Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 126 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 126 Bytes

mysql

Docker MySQL base image.

BUILD

docker build --rm -t mysql .

RUN

docker run -d -p 3306:3306 mysql