chapter 3: Interacting with Python

3.1 Opening the Command Line

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

.

3.2 Typing a Command

3.3 Using Help

3.4 Closing the Command Line