Sharing data between containers

In the previous section, you learned how seamlessly the Docker Engine enables data sharing between the Docker host and the container. Although it is a very effective solution for most of the use cases, there are use cases wherein you will have to share data between one or more containers. The Docker's prescription to address this use case is to mount the data volume of one container to other containers using the --volume-from option of the docker run subcommand.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset