April 2017
Beginner
404 pages
9h 30m
English
By default, the Docker daemon assigns a random name to the container if it is not specified. Users can name the container by using the -name option for easy identification. The name can be used as one of the identifiers to interact with the running container. Other options to interact with a container are UUID (long and short) and the SHA256 digest value. Use the following command to create a container with a user defined name:
docker run -name mycustomwebserver microsoft/iis
Read now
Unlock full access