Skip to content

Instantly share code, notes, and snippets.

@phstudy
Created April 25, 2015 00:29
Show Gist options
  • Save phstudy/27008a5a25f4ed12f076 to your computer and use it in GitHub Desktop.
Save phstudy/27008a5a25f4ed12f076 to your computer and use it in GitHub Desktop.
run 5 postgres container
for i in 1 2 3 4 5; do
sudo docker run --name="postgres-$i" -d postgres
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment