chapter 1: Talking to Your Computer

1.1 Understanding Why You Want to Talk to Your Computer

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

.

1.2 Defining What an Application Is

1.3 Understanding Why Python is So Cool