Chapter 5. Running containers
This chapter covers
You can’t get very far without running containers when using Docker, and there’s a lot to understand if you want to use the full power they make available.
This chapter will look at some of the details involved in running containers, examine some concrete use cases, and provide a thorough treatment of the possibilities enabled by volumes along the way.
Although much of this book is about running containers, there are some practical techniques related to running containers on your host that may not be immediately obvious. We’ll look at how you can get GUI applications working, start a container on a remote machine, inspect the state of containers and their source images, shut down containers, manage Docker daemons on remote machines, and use a wildcard DNS service to make testing easier.