pull Usage: docker pull [OPTIONS] NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG] Pull an image or a repository from the registry
unpause Usage: docker unpause [OPTIONS] CONTAINER [CONTAINER...] Unpause all processes within a container --help Print usage
Automatically start containers As of Docker 1.2,
start Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] Start one or more containers -a, --attach Attach STDOUT/STDERR
Gentoo Installing Docker on Gentoo Linux can be accomplished using one of two ways: the official way and the docker-overlay way. Official
Bind container ports to the host The information in this section explains binding container ports within the Docker default bridge. This is a bridge
Journald logging driver The journald logging driver sends container logs to the
Configure logging drivers The container can have a different logging driver than the Docker daemon. Use the --log-driver=VALUE with the docker
network rm Usage: docker network rm [OPTIONS] NETWORK [NETWORK...] Deletes one or more networks --help Print usage
Example: Use Docker Machine to provision cloud hosts Docker Machine driver plugins are available for many cloud platforms, so you
Page 11 of 16