Skip to content

Instantly share code, notes, and snippets.

@yeou
Forked from spalladino/mysql-docker.sh
Last active January 25, 2017 10:30
Show Gist options
  • Save yeou/51dd7146ad5ced665269adad6ed857ff to your computer and use it in GitHub Desktop.
Save yeou/51dd7146ad5ced665269adad6ed857ff to your computer and use it in GitHub Desktop.
Backup and restore a mysql database from a running Docker mysql container
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment