chapter 5: Storing and Modifying Information

5.1 Storing Information

5.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

.

5.2 Defining the Essential Python Data Types

5.3 Working with Dates and Times