All the necessary programs will be delivered in the form of docker containers.
In order to download the docer software to your system, go to the page.
If everything is installed correctly, follow these instructions:
docker --version
Hello World
and
docker run hello-world
docker images
4. Overview of running containers:
```{bash}
docker ps
docker ps -all
docker stop <CONTAINER ID>
docker rm -f <CONTAINER ID>
I also recommend short intro