Hacker News new | ask | show | jobs
by noname120 1325 days ago
Docker is not just a container runner, it's also an API for interacting with them, a container creation language (Dockerfile), and more.

Being able to run Docker enables you to get access to all these tools and build the Docker containers from other projects.