openkbs/mysql-8

By openkbs

Updated over 7 years ago

mysql-8

Image
1

164

MySQL

  • MySQL

Configuration

The docker container will assume there is a default /workspace folder. So, it is suggested to mount host <some_path>/workspace to map to the container's internal workspace folder. The default, './run.sh', will use/create the local folder, "$HOME/data_docker/atom-java-mvn-python3/workspace" to map into the docker's internal "/workspace" folder.

The above approach will ensure all your projects created in the container's "/workspace" folder is "persistent" in your local folder, i.e., "$HOME/data_docker/atom-java-mvn-python3/workspace"


# Build (if you want build your local docker image instead of pulling from openkbs/atom-java-mvn-python3)

./build.sh


# Run

./run.sh

Docker Pull Command

docker pull openkbs/mysql-8