Q.1.
What is the atomic unit of scheduling in Docker.
Q.2.
What does ECS stand for?
Q.3.
Command to create cluster in docker ?
Q.4.
What is a Dockerfile?
Q.5.
Which of the following Dockerfile instructions will define the process that keeps the container running? Commands defined using this instruction CANNOT be overridden at the command line during container initialization.
Q.6.
A Docker container is an instance of an image with a specific configuration
Q.7.
Which Dockerfile instruction indicates what base image to use?
Q.8.
Which command will map portin the container to porton the Docker host?
Q.9.
What syntax can be used to convert a Dockerfile into an Image?
Q.10.
What's the good analogy for docker exec?
Q.11.
What options are available for getting source code into Docker Containers?
Q.12.
A Docker registry is a place to store and distribute Docker...
Q.13.
This command uploads your local image to your Docker Registry
Q.14.
This Dockerfile command specifies the base image to use when creating a Docker image
Q.15.
Which of the following is not a recommended Dockerfile Directive?
Q.16.
Which of the following Network interface gets created when you install Docker runtime on Docker host?
Q.17.
Which of the following is not a component of Docker Architecture?
Q.18.
How to update a service ?
Q.19.
How's retrived token of manager?
Q.20.
What is the name it receives the main orchestration server