About 8,470 results
Open links in new tab
  1. Docker- Container Orcas Questions and Answers

    Sep 17, 2022 · Docker- Container Orcas Questions and AnswersBelow we have listed the few Docker Container Orcas MCQ Questions that check your basic knowledge of Docker Quiz. (1)Which of the following is not an example of Virtualization? a) Memory virtualization b) None of the options mentioned c) Data virtualization d) Desktop virtualization Answer:-None of the …

  2. Docker Magneta Questions and Answers - Madanswer …

    Aug 8, 2022 · Docker Magneta Questions and Answers on : container connection database network docker command networking model docker volume docker storage docker images docker host terminal

  3. Recent questions and answers in Security in Containers

    answered Oct 5, 2022 in Security in Containers by Robindeniel security docker container 0 votes 1 answer

  4. Is there a way to identify the status of a Docker container?

    Aug 15, 2020 · We can identify the status of a Docker container by running the command docker ps –a which will in turn list down all the available docker containers with its corresponding statuses on the host. From there we can easily identify the container of interest to check its status correspondingly.

  5. Suppose you have 3 containers running and out of these, you wish …

    Aug 29, 2023 · The following command lets us access a running container: $ docker exec -it <container id> bash The exec command lets you get inside a container and work with it.

  6. What is the command to stop a container? - Madanswer

    Jul 1, 2022 · What is the command to stop a container? 0 votes asked Jul 1, 2022 in Docker by sharadyadav1986

  7. Do I lose my data when the Docker container exits?

    Aug 15, 2020 · There is no loss of data when any of your Docker containers exits as any of the data that your application writes to the disk in order to preserve it. This will be done until the container is explicitly deleted. The file system for the Docker container persists even after the Docker container is halted.

  8. Docker images can be sent to registry by using - Madanswer

    Aug 5, 2021 · Docker images can be sent to registry by using ____________. 0 votes asked Aug 5, 2021 in docker container orcas by SakshiSharma

  9. Which container Orchestration platform has no GUI - Madanswer

    Dec 26, 2021 · Which container Orchestration platform has no GUI ? Select the Correct Answer from below option. This Question is related to K8s and was asked during one of the Course in Fresco. a) All of these b) Kubernetes c) Mesos d) Docker Swarm

  10. Which of the following statements is true about containerization?

    Aug 5, 2021 · Which of the following statements is true about containerization? Select the best answer from given options below a) Response time of the VM boosts. b) Container consumes very less memory. c) All the options d) Docker containers do not have a complete OS with them.