github.com/eikeon/docker@v1.5.0-rc4/builder/parser/testfiles/ADD-COPY-with-JSON/Dockerfile (about)

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