Explore the World's Best Ideas
Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.
Docker is an open source containerization toolkit which enables developers to package applications into containers.
As the name suggests, Docker is like a container ship which provides means to sort, link, manage and ship containers from a development setup into production.
20
184 reads
Think like a Virtual Machine but:
Where containers differ from VMs is the fact that they take advantage of the Linux kernel which comes with process isolation and virtualization capabilities.
These capabilities are control groups(allocating resources), and namespaces(restricting a processes access to other areas of the system).
Some real world examples would be the fact that a container has a specific place on the ship and a container lock, which keeps everything secure inside it.
18
154 reads
Containers don’t come with the weight of a full OS image and a hypervisor.
Containers include only OS processes and dependencies necessary to execute the code inside them.
Containers occupy less space(MBs not GBs) which means you can run multiple copies of the same application on the same hardware.
Containers are faster and easier to deploy, provision and restart. This make them ideal for CI/CD pipelines and a better fit for Agile development teams.
17
86 reads
Docker enhances the native Linux containerization technologies which enables:
16
64 reads
DockerFile - every container has one and states the instructions for building the container’s image. It consists in command-line instructions;
Docker images - contains executable source code, libs and dependencies the code needs; Read-only file; A Docker image can be build from scratch, most developers reuse common ones from repositories;
Docker containers - the live and running instance of the Docker image; Ephemeral, users can interact with them, run commands and adjust settings using docker commands
Docker registry - open source distribution system and versioning using git
16
62 reads
On the same host:
On different hosts:
You need container orchestration tools.
17
169 reads
IDEAS CURATED BY
CURATOR'S NOTE
Docker is a very powerful tool for development and code deployment. This is what you’re missing to take it to the next level!
“
Similar ideas
Read & Learn
20x Faster
without
deepstash
with
deepstash
with
deepstash
Personalized microlearning
—
100+ Learning Journeys
—
Access to 200,000+ ideas
—
Access to the mobile app
—
Unlimited idea saving
—
—
Unlimited history
—
—
Unlimited listening to ideas
—
—
Downloading & offline access
—
—
Supercharge your mind with one idea per day
Enter your email and spend 1 minute every day to learn something new.
I agree to receive email updates