Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active July 6, 2018 08:56
Show Gist options
  • Save jverweijL/fe9e893056a2edaf409fc9af5a421250 to your computer and use it in GitHub Desktop.
Save jverweijL/fe9e893056a2edaf409fc9af5a421250 to your computer and use it in GitHub Desktop.
sudo docker pull mysql:5.7
sudo docker run --name liferay-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment