I have installed Docker Desktop on a Windows 10 computer.
This Windows computer is on a private network with no direct access to the internet. Files can be indirectly place on the computer but Docker cannot directly talk to the internet.
I have enabled Hyper-V, Virtual Machine Platform, and Windows Subsystem for Linux.
I also installed wsl_update_x64.
What do I need to put on Docker to run it on an air-gapped private network?
What is the difference between a container in docker and an image in docker?
How can I download images and place them inside a directory on my computer that does not have direct internet access? What directory do I place the images in and where can I download images?
Do I need to configure Docker to use an Ubuntu distribution?
Sorry for the newbie questions but I am new and don’t know what I am doing.