...

/

Chapter Summary: Volumes and Persistent Data

Chapter Summary: Volumes and Persistent Data

Summary of the concepts covered in this chapter.

We'll cover the following...

Commands

Let's explore all the commands covered in this chapter:

  • docker volume create creates new volumes. By default, it creates them with the local driver, but you can use the -d flag to specify a different driver.

  • docker ...