FROM    ubuntu:latest
LABEL   maintainer       Jay <jie@gmail.com>

COPY    .       /go/src/github.com/docker/docker
ADD         --chown=1    .       /
ADD             null /
COPY      --chown=1 --from=busybox nullfile /tmp
ADD             [ "vimrc", "/tmp" ]
COPY    [ "bashrc", "/tmp" ]
COPY    [ "test file", "/tmp" ]
ADD             [ "test file", "/tmp/test file" ]
