Skip to content

Instantly share code, notes, and snippets.

@adisesha
Last active October 5, 2022 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adisesha/76c44c978f6edf26ec27edbd17d5b84a to your computer and use it in GitHub Desktop.
Save adisesha/76c44c978f6edf26ec27edbd17d5b84a to your computer and use it in GitHub Desktop.
Docker Commands
## Run Postgres
docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment