Created
August 15, 2019 20:27
-
-
Save parambirs/8fa453d8ca440653c98d43d8a1462302 to your computer and use it in GitHub Desktop.
Docker Postgres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull postgres:latest | |
docker run -d --name guitar-db -p 5432:5432 -e 'POSTGRES_PASSWORD=p@ssw0rd42' postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment