What is Docker and Why do you need it?
What is Docker and Why do you need it?
April 18, 2023
How to save some space when working with WSL2?
How to save some space when working with WSL2?
May 2, 2023

April 25, 2023

Fundamental Docker Jargon

What is a dockerfile?

like DNA, it is code that tells docker how to build an image

What is an image?

- A layered blueprint of your software along with all of its dependencies down to the operating system level.
- it's immutable and can be used to spawn multiple containers.

What is a container?

A running process that represents the actual software running in the real world.

Fundamental Docker Jargon
This website uses cookies to improve your experience. By using this website you agree to our Data Privacy Statement
Read more