...

/

Docker Kata 3: Container Volumes and File System

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.

Access this course and 1400+ top-rated courses and projects.