Skip to content

Instantly share code, notes, and snippets.

@ronaldbradford
Created September 28, 2016 19: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 ronaldbradford/fcd958483f1ac3d8715fb07892c11967 to your computer and use it in GitHub Desktop.
Save ronaldbradford/fcd958483f1ac3d8715fb07892c11967 to your computer and use it in GitHub Desktop.
# See https://github.com/datacharmer/mysql-docker-minimal
docker rm my_bin mybox
docker create --name my_bin -v /opt/mysql datacharmer/mysql-minimal-8.0
docker run -ti --volumes-from my_bin --name mybox datacharmer/my-ubuntu bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment