github.com/olljanat/moby@v1.13.1/builder/dockerfile/parser/testfiles/ADD-COPY-with-JSON/result (about)

     1  (from "ubuntu:14.04")
     2  (maintainer "Seongyeol Lim <seongyeol37@gmail.com>")
     3  (copy "." "/go/src/github.com/docker/docker")
     4  (add "." "/")
     5  (add "null" "/")
     6  (copy "nullfile" "/tmp")
     7  (add "vimrc" "/tmp")
     8  (copy "bashrc" "/tmp")
     9  (copy "test file" "/tmp")
    10  (add "test file" "/tmp/test file")