reg/vendor/github.com/docker/docker-ce/components/engine/builder/dockerfile/parser/testfiles/ADD-COPY-with-JSON/result

11 lines
290 B
Text
Raw Normal View History

(from "ubuntu:14.04")
(label "maintainer" "Seongyeol Lim <seongyeol37@gmail.com>")
(copy "." "/go/src/github.com/docker/docker")
(add "." "/")
(add "null" "/")
(copy "nullfile" "/tmp")
(add "vimrc" "/tmp")
(copy "bashrc" "/tmp")
(copy "test file" "/tmp")
(add "test file" "/tmp/test file")