Created
August 1, 2019 01:13
-
-
Save estebanbacl/95fdcf7eb41077884778697d0d78714c to your computer and use it in GitHub Desktop.
Create postgres docker
This file contains hidden or 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 run --name posttest -d -p 5432:5432 -e POSTGRES_PASSWORD=fred postgres:alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment