Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 274 Bytes

Dockerize mysql. #Build docker build -t mysql .

For building it on PowerPC LE platform do this docker build -t ppc64le/mysql -f Dockerfile.ppc64le .

#Run docker run -itd -e MYSQL_ROOT_PASSWORD=password -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DB=test -P mysql