Skip to content

Instantly share code, notes, and snippets.

@eneas
Last active September 16, 2018 23:17
Show Gist options
  • Select an option

  • Save eneas/76c37d608ccf786c41b9ba0cc0eef8a1 to your computer and use it in GitHub Desktop.

Select an option

Save eneas/76c37d608ccf786c41b9ba0cc0eef8a1 to your computer and use it in GitHub Desktop.
#Change supersecretpassword to one secure.
docker run --name mysql -e MYSQL_ROOT_PASSWORD="supersecretpassword" -d mysql
docker run --name myadmin -d --link mysql:db -p 8080:80 phpmyadmin/phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment