Skip to content

Instantly share code, notes, and snippets.

@weitzman
Last active July 19, 2018 15:29
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 weitzman/544bce14c0d0104d600328bd87a9f4f9 to your computer and use it in GitHub Desktop.
Save weitzman/544bce14c0d0104d600328bd87a9f4f9 to your computer and use it in GitHub Desktop.
- run: docker-compose stop --timeout 30 mysql
- run: docker login -u $DOCKER_USER -p $DOCKER_API_KEY
- run: docker commit $(docker-compose ps -q mysql) mass/mysql-sanitized:latest
- run: docker push mass/mysql-sanitized:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment