Skip to content

Instantly share code, notes, and snippets.

@jc1987
Last active July 22, 2016 15:42
Show Gist options
  • Save jc1987/3a796bfda7b7ec6a3d4438162b2e2889 to your computer and use it in GitHub Desktop.
Save jc1987/3a796bfda7b7ec6a3d4438162b2e2889 to your computer and use it in GitHub Desktop.
dock
docker network create --subnet=10.10.3.0/24 mynet
docker run --name wwmyew1 --ip 10.10.3.13 --net=mynet -e MYSQL_ROOT_PASSWORD=dooc -p 3306:3306 -d mysql/mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment