Infrastructure 2018-04-01

What is Docker? A Beginner's Complete Guide to Containers

Learn what Docker is and how containers differ from VMs. Covers images, containers, Dockerfile basics, docker-compose, and how Docker fits into modern DevOps workflows.

Read in: ja
What is Docker? A Beginner's Complete Guide to Containers

What is Docker

What is a Container (Linux Container)

Differences Between Other Virtual Environments and Containers

General PC

Host OS Type (sometimes defined as hypervisor type using host OS in a broad sense)

Hypervisor Type (using hard disk pattern)

Container Type

[Container Management Software]
[Host OS]
[Hard Disk]

Overview of Docker Images and Containers

                Docker repository(Ex. Docker Hub)

                         ↓ (pull)

Dockerfile   →     Docker Image    →    Docker Container
                 (build)                           (run)   
                                      ↓ (commit)

                             Docker Image    →    Docker Container
                                                       (run)

※ Differences between Host OS Type and Hypervisor Type Think IT - What are the differences between Host Type and Hypervisor Type? Overview of VMware vSphere Hypervisor is a useful reference.

Basic Commands

Additional Information

References

Tags: Docker Virtual Environment
Share: 𝕏 Post Facebook Hatena
✏️ View source / Discuss on GitHub
☕ Support

If you enjoy this blog, consider supporting it. Every bit helps keep it running!


Related Articles