mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
6 lines
103 B
Docker
6 lines
103 B
Docker
# A simple MySQL container.
|
|
FROM mysql:5.7
|
|
MAINTAINER Jeff Geerling <[email protected]>
|
|
|
|
EXPOSE 3306
|