List of all the used Docker commands during the exercises.
Note: "docker compose" -commands need to be run in the same location where the docker-compose.yaml file is:
cd robotics_essentials_ros2/docker/
docker compose up --build
docker compose up
docker compose up -d
docker exec -it robotics_essentials_ros2 bash
docker ps
docker stop robotics_essentials_ros2
docker rm robotics_essentials_ros2