Home > other >  Docker mounted container
Docker mounted container

Time:09-26

Centos7 docker installed and want to mount a container is what mean? I want to put my local partition SDB directly on how to operate under a container?
Said to create online look at some of the data volume, the data volume is what meaning, is the local volume? I see an example of a docker run - d - P - name web - v/webapp training/webapp python app. Py
Create a web container, and a data volume to a container loading/webapp directory, the above example that represent data volume? Pray god give advice or comments!

CodePudding user response:

The SDB mounted to the path of the local file system, and then start the container when the local file system mounted to the container with volumes the corresponding path
  • Related