Skip to content

Instantly share code, notes, and snippets.

@intech
Created October 5, 2019 21:10
Show Gist options
  • Select an option

  • Save intech/903fc4d818310bed1c950c66e5a5c2af to your computer and use it in GitHub Desktop.

Select an option

Save intech/903fc4d818310bed1c950c66e5a5c2af to your computer and use it in GitHub Desktop.
for i in $(seq 1 3);
do
docker-compose pull roach$i
docker-compose exec roach$i /cockroach/cockroach quit --insecure
docker-compose up -d --build roach$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment