Examples of using The docker in English and their translations into Spanish
{-}
-
Colloquial
-
Official
This parameter maps to Links in the Create a container section of the Docker Remote API and the--link option to docker run.
This parameter maps to DnsSearch in the Create a container section of the Docker Remote API and the--dns-search option to docker run.
This parameter maps to ExtraHosts in the Create a container section of the Docker Remote API and the--add-host option to docker run.
This parameter maps to ReadonlyRootfs in the Create a container section of the Docker Remote API and the--read-only option to docker run.
This parameter maps to VolumesFrom in the Create a container section of the Docker Remote API and the--volumes-from option to docker run.
This parameter maps to LogConfig in the Create a container section of the Docker Remote API and the--log-driver option to docker run.
This parameter maps to Labels in the Create a container section of the Docker Remote API and the--label option to docker run.
This parameter maps to CapAdd in the Create a container section of the Docker Remote API and the--cap-add option to docker run.
This parameter maps to CapDrop in the Create a container section of the Docker Remote API and the--cap-drop option to docker run.
This parameter maps to DriverOpts in the Create a volume section of the Docker Remote API and the--opt option to docker volume create.
This parameter maps to Labels in the Create a volume section of the Docker Remote API and the--label option to docker volume create.
type the name and tag of the Docker image in Docker Hub,
you will most likely be using the Docker daemon, a persistent runtime for containers.
In the example below, the--storage-opt dm. basesize=20G option is appended to any existing options in the Docker daemon configuration file,/etc/sysconfig/docker.
Used to create a connection to the Docker daemon; behaves similarly to the environment variable as used by the Docker client.
Build the image by running the docker command with the build action,
You may receive the error Filesystem verification failed when using the docker pull command to pull an image from an Amazon ECR repository with Docker 1.9
If the local disk on which you're running the docker pull command is full,
If you are running the docker pull command on an Amazon EC2 instance in a private subnet,