Skip to content

Instantly share code, notes, and snippets.

@jc1987
Created May 22, 2017 18:25
Show Gist options
  • Save jc1987/38721381bcd61c505cc21caff5f3289b to your computer and use it in GitHub Desktop.
Save jc1987/38721381bcd61c505cc21caff5f3289b to your computer and use it in GitHub Desktop.
docker new server
docker run -e MYSQL_ROOT_PASSWORD=<root_password> -p <port_on_host>:3306 -d mysql/mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment