Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 384 Bytes

friendos-mysql-docker

Docker image for Friend OS database

The network (which must be created if it isn't)

Building and running

docker-compose up --build

If you want to enter the docker container

docker exec -it friendos-mysql-docker-container bash

If you want to re-build the image for some reason, do this:

docker rmi friendos-mysql-docker