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

     1  FROM	ubuntu:14.04
     2  LABEL	maintainer	Seongyeol Lim <seongyeol37@gmail.com>
     3  
     4  COPY	.	/go/src/github.com/docker/docker
     5  ADD		.	/
     6  ADD		null /
     7  COPY	nullfile /tmp
     8  ADD		[ "vimrc", "/tmp" ]
     9  COPY	[ "bashrc", "/tmp" ]
    10  COPY	[ "test file", "/tmp" ]
    11  ADD		[ "test file", "/tmp/test file" ]