Manage data in containers (Engine)

Manage data in containers

So far we’ve been introduced to some basic Docker concepts, seen how to work with Docker images as well as learned about networking and links between containers. In this section we’re going to discuss how you can manage data inside and between your Docker containers.

We’re going to look at the two primary ways you can manage data in Docker.

  • Data volumes, and
  • Data volume containers.

Data volumes

A data volume is a specially-designated directory within one or more containers that bypasses the 登录查看完整内容