Files
docker-cli/components/engine/builder/dockerfile/parser/testfiles/escape-after-comment/Dockerfile
John Howard 886f3ce26b Support platform file paths through escape
Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: e8e3dd32c5bad727010ec787f484b98942977531
Component: engine
2016-05-20 20:29:59 -07:00

9 lines
247 B
Docker

# Comment here. Should not be looking for the following parser directive.
# Hence the following line will be ignored, and the subsequent backslash
# continuation will be the default.
# escape = `
FROM image
MAINTAINER foo@bar.com
ENV GOPATH \
\go