|
|
|
|
|
by AshamedCaptain
2210 days ago
|
|
Docker is not adding anything whatsoever. The "dockerfile" could be converted with a simple macro into a plain bash script and it would literally be the same thing. The container is not abstracting anything here; you are using KVM of the host system. You even have to install more packages in the host than in the container. You could even just run the original script the Dockerfile is wrapping directly which will even autoinstall the packages for you. |
|