Understand images, containers, and storage drivers To use storage drivers effectively, you must understand how Docker builds and stores
restart Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...] Restart a container --help Print usage -t, --time=10
Docker default bridge network With the introduction of the Docker networks feature, you can create your own user-defined networks. The Docker default bridge
Use the Docker command line To list available commands, either run docker with no parameters or execute docker help:
pull Usage: docker pull [OPTIONS] NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG] Pull an image or a repository from the registry
Configure container DNS The information in this section explains configuring container DNS within the Docker default bridge. This is a bridge network
Write a volume plugin Docker Engine volume plugins enable Engine deployments to be integrated with external storage systems, such as Amazon EBS, and enable data
Journald logging driver The journald logging driver sends container logs to the
search Usage: docker search [OPTIONS] TERM Search the Docker Hub for images --automated Only show automated builds --help
events Usage: docker events [OPTIONS] Get real time events from the server -f, --filter=[] Filter output based on conditions provided
Page 12 of 16