github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/builder/dockerfile/parser/testfiles/ADD-COPY-with-JSON/result (about)

     1  (from "ubuntu:14.04")
     2  (label "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")