1. Starting with Docker
2. Dockerfile
3. Management in Docker
4. Docker image size reduction
5. Docker GPU passthrough
6. Docker inside Visual Studio Code
7. Docker and ROS
8. Docker Compose
9. Docker with the Jetson platform
A dockerfile contains the building instructions for the image that you want to create.
That is all for creating Dockerfiles, for more information on docker see below for the next step.