|
|
|
|
|
by RantyDave
2633 days ago
|
|
So docker untars a filesystem which contains a file "foo" and calls this layer "1". Then it encounters a "RUN some_installer_thing" which removes file "foo" and calls this layer "2". If you just untar the layers on top of each other, foo will still be there. This is a problem, no? |
|