Docker containerization - MarekBykowski/readme GitHub Wiki

Labs

https://github.com/fcwu/docker-ubuntu-vnc-desktop

Docker image is an OS within an OS.

Docker image is cheap, typically you create one per task and then delete:

  • it can be downloaded, or created in any OS (Linux, Windows, Mac)
    • docker image can be hosted/versioned on the docker hub (like git repos on github) and pulled
    • it can be also created with use of Dockerfile

We may have a few docker images:

  1. Docker image with yocto for building artifacts (SW stack)
  • we will build SW stack there for imx93
  • docker with yocto is "large", typically 50G
  • will we have arm ds licenses for each user?
  1. Docker image with the labs, arm ds
  • or it could be the one large composite image

Will we have a Linux sever to run the labs?

Docker under Windows

Docker Desktop installation under Windows

https://docs.docker.com/desktop/setup/install/windows-install/
https://docs.docker.com/desktop/setup/install/windows-install/#install-docker-desktop-on-windows

image image image image Thwn you can skip and then skip
image image image