Create the postgresql container
|
|
Explaination:
The above command will create a container with latest version of Postgres.
Here are the container and postgres database details.
- Container Name:
postgres
- Docker Volume:
postgres_data
- Host:
127.0.0.1
- Port:
5432
- User:
postgres
- Password:
RunningFlying2
That’s all for now.