5 ms·
I do not understand docker on windows. If I understand correctly, when I run a docker image on Linux then the dockerized processes's syscalls are all executed
by codeape 6y ago
I do not understand docker on windows.
If I understand correctly, when I run a docker image on Linux then the dockerized processes's syscalls are all executed by the host kernel (since - again if I understand correctly - the dockerized process executes more or less like a normal process, just in isolated process and filesystem namespace).
Is this correct?
But how does docker on windows work?
- codeape 6y agoFound this: https://stackoverflow.com/questions/41550727/how-does-docker-for-windows-run-linux-containers https://stackoverflow.com/questions/41550727/how-does-docker... And: https://dockercon.docker.com/watch/U7Bxp66uKmemZssjCTyXkm https://dockercon.docker.com/watch/U7Bxp66uKmemZssjCTyXkm