mirror of https://github.com/docker/cli.git
typo fix
This commit is contained in:
parent
69ddbf7e0b
commit
3d29e3bf8e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue