In continuing this DevOps Basics series, it is n ow time to learn the basic commands to properly enable use of Docker.
Introduction and Quick Concepts
I don’t want to go very deep on the containerization’s concepts but here some important concepts to understand with Docker / Containers by the simplest way.
Let’s keep that simple and say: Container = Image (same wording)
A Docker Registry is a public or private store which contains images
An image run thanks to...(read more)
↧