1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Fix stray quote in builder.md

Signed-off-by: Taylor Brown <taylorb@microsoft.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 90cfa01889
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2018-01-16 22:51:57 +01:00
parent 35c47edb0e
commit 42cf4bc867

View File

@@ -1845,7 +1845,7 @@ all previous `SHELL` instructions, and affects all subsequent instructions. For
RUN Write-Host hello
# Executed as cmd /S /C echo hello
SHELL ["cmd", "/S"", "/C"]
SHELL ["cmd", "/S", "/C"]
RUN echo hello
The following instructions can be affected by the `SHELL` instruction when the