Docker containers are based on open standard____________.
Containers running on a single machine all share the same operating system kernel, so they start instantly and make more efficient use of RAM.
Each virtual machine includes the application, the necessary binaries and libraries, and an entire guest operating system – All of which may be tens of GBs in size.
Containers include the application and all of its dependencies, but share the kernel with other containers. They run as an isolated process in userspace on the host operating system. They’re also not tied to any specific infrastructure – Docker containers run on any computer, on any infrastructure, and in any cloud.
________is a cloud-hosted service from Docker that provides registry capabilities for public and private content.
________is a tool for defining and running multi-container Docker applications.
________is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual Docker host.
________is the enterprise-grade cluster management solution from Docker. It manages your whole cluster from a single place.
________is a hosted service that provides a Registry with build and testing facilities for Dockerized application images, tools to help you set up and manage your host infrastructure, and deployment features to help you automate deploying your images to your infrastructure.
________is an open-source project built to simplify and streamline using Docker on a Mac or Windows. This tool automates the Docker installation and setup process and provides an intuitive graphical user interface (GUI) for running Docker containers.
________is a text document that contains all the commands a user could call on the command line to assemble an image.
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.
Docker host’s IP address by default is 192.168.99.100
Following Docker command: eval $(docker-machine env default)
is used to:
Following Docker command: docker exec -it container_id bash
is used to:
Following Docker command: docker build -t my_user/repo_name:1.0
is used to:
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:
Поздравляем с прохождением теста! Для улучшения знаний по Docker – перейдите в наш канал Docker простыми словами по кнопке ниже