mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
2d6952e8a5
Signed-off-by: Soshi Katsuta <katsuta_soshi@cyberagent.co.jp>
11 lines
267 B
Docker
11 lines
267 B
Docker
FROM ubuntu:14.04
|
|
MAINTAINER Seongyeol Lim <seongyeol37@gmail.com>
|
|
|
|
COPY . /go/src/github.com/docker/docker
|
|
ADD . /
|
|
ADD null /
|
|
COPY nullfile /tmp
|
|
ADD [ "vimrc", "/tmp" ]
|
|
COPY [ "bashrc", "/tmp" ]
|
|
COPY [ "test file", "/tmp" ]
|
|
ADD [ "test file", "/tmp/test file" ]
|