chapter 15: Storing Data in Files

15.1 Understanding How Permanent Storage Works

15.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

15.2 Creating Content for Permanent Storage

15.3 Creating a File

15.4 Reading File Content

15.5 Updating File Content

15.6 Deleting a File