Following Docker command:
docker commit -m "My first update" container_ID user_name/repository_name
is used to:
Following Docker command:
docker push user_name/repository_name
is used to:
Containers running on a single machine all share the same operating system kernel, so they start instantly and make more efficient use of RAM.
What happens if you attempt to perform a Docker build based on an image that has not been previously referenced on your machine?
Information on how to build a Docker image is written in a file named:
Following Docker command:
eval $(docker-machine env default)
is used to:
On Docker Hub, you get ten private repositories for free with your Docker Hub user account. If you need more accounts, you can upgrade your Docker Hub plan.
At the OS level, the goal of independent application execution and failure isolation is achieved through the use of:
The history of application containerization is intimately tied to which OS?
A Docker container is often described as an improvement over what other technology?
Поздравляем с прохождением теста! Для улучшения знаний по Docker – перейдите в наш канал Docker простыми словами по кнопке ниже