Tizen_4.0 base
[platform/upstream/docker-engine.git] / builder / dockerfile / parser / testfiles / ADD-COPY-with-JSON / result
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")