mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Merge branch 'clt-2019-10' of github.com:jpetazzo/container.training into clt-2019-10
This commit is contained in:
@@ -82,7 +82,7 @@ CMD ["python", "app.py"]
|
||||
|
||||
* Layers cannot represent efficiently when a file is moved either.
|
||||
|
||||
* As a result, operations like `chown`, `chown`, `mv` can be expensive.
|
||||
* As a result, operations like `chown`, `chmod`, `mv` can be expensive.
|
||||
|
||||
* For instance, in the Dockerfile snippet below, each `RUN` line
|
||||
creates a layer with an entire copy of `some-file`.
|
||||
|
||||
Reference in New Issue
Block a user