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