Skip to content

Docker is a platform or ecosystem around creating and running Docker containers. Containers are instances of pre-build [[Docker Image]] - a single file that has all the [[dependencies]] and [[configuration]] to run certain [[software]].

Why use Docker?ΒΆ

Docker makes it really easy to install and run [[software]] without worrying about setup or [[dependencies]].


Docker installation