Skip to content

Instantly share code, notes, and snippets.

@estebanbacl
Created August 1, 2019 01:13
Show Gist options
  • Save estebanbacl/95fdcf7eb41077884778697d0d78714c to your computer and use it in GitHub Desktop.
Save estebanbacl/95fdcf7eb41077884778697d0d78714c to your computer and use it in GitHub Desktop.
Create postgres docker
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