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
Last active
July 6, 2018 08:56
-
-
Save jverweijL/fe9e893056a2edaf409fc9af5a421250 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment