Docker Kata 3: Container Volumes and File System
Learn how container volumes and file systems work.
Docker containers use an internal file system that’s isolated from the host and other containers. This kata will teach us what happens when we make changes to a container file system. We’ll also learn how to create volumes that can be shared between containers and their hosts and between other containers.
Step 1: Make container file system changes
The command to stop and remove all the containers is given below.
Get hands-on with 1400+ tech skills courses.