github.com/tompao/docker@v1.9.1/builder/dockerfile/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 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" ]