chapter 8: The Edges – GUIs and Scripts

8.1 First approach

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

.

8.2 Second approach

8.3 Where do we go from here?

8.4 Summary