By Lukas Aichbauer & Ivan Popovic | February 21, 2024 | 3 min watch


Learn in 162 seconds why you need Docker, what it is all about, and how the three core components work together.
docker build . – Creates a Docker image out of a Dockerfile
docker run <image-name> – Creates a Docker container out of a Docker image