1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00
Upstream-commit: 3d29e3bf8e
Component: cli
This commit is contained in:
Justin Simonelis
2014-03-26 10:24:16 -04:00
committed by Tibor Vass
parent 8c65da71a3
commit 4d868008c3

View File

@@ -49,7 +49,7 @@ to be created - so ``RUN cd /tmp`` will not have any effect on the next
instructions.
Whenever possible, Docker will re-use the intermediate images,
accelerating ``docker build`` significantly (indicated by ``Using cache``:
accelerating ``docker build`` significantly (indicated by ``Using cache``):
.. code-block:: bash