Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshmenden/5eba246cdc43ab59445dcc4a0548511a to your computer and use it in GitHub Desktop.
Save joshmenden/5eba246cdc43ab59445dcc4a0548511a to your computer and use it in GitHub Desktop.
docker build . -t sakila:latest
docker run -d --name sakila sakila:latest
docker exec -it sakila mysql -u root sakila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment