Skip to content

Instantly share code, notes, and snippets.

@dragonde
Last active April 1, 2019 13:22
Show Gist options
  • Save dragonde/4a2d09156e8b6a76c68dd6367e35f9be to your computer and use it in GitHub Desktop.
Save dragonde/4a2d09156e8b6a76c68dd6367e35f9be to your computer and use it in GitHub Desktop.
docker run -p 8088:8088 --name ignition -d kcollins/ignition
docker run -p 3306:3306 --name mysql -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_DATABASE=db -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment