Dockerfile 267 B

1234567891011
  1. FROM ubuntu:14.04
  2. 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" ]