github.com/eikeon/docker@v1.5.0-rc4/builder/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 "vimrc" "/tmp")
     6  (copy "bashrc" "/tmp")
     7  (copy "test file" "/tmp")
     8  (add "test file" "/tmp/test file")