Volume - a volume is a persistent storage location that exists outside of the container. Volumes are useful for storing data that needs to persist even if the container is stopped or removed. In a Dockerfile, the VOLUME instruction is used to specify a mount point for a volume within the container.
Bind Mount - a file or directory on the host machine is mounted into a container. The file or directory is referenced by its absolute path on the host machine.
Swarm / Kubernetes / Apache Mesos - is a group of machines that are running dockers and joined into a cluster
No comments:
Post a Comment