chapter 11: Debugging and Troubleshooting

Debugging techniques 344 Troubleshooting guidelines 357 Summary

11.1 Debugging techniques

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

.

11.2 Troubleshooting guidelines

11.3 Summary