#
Docker
Docker is an open platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure so you can deliver software quickly.
At the core of Dockerβs ecosystem are containers, lightweight and isolated environments that share the host operating systemβs kernel but run independently from each other. This approach makes containers more efficient, while still providing strong isolation.