Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr> Upstream-commit: 2c435ab8beba93509b957e4ac5e5801b86b5e8f1 Component: engine
12 lines
273 B
Docker
12 lines
273 B
Docker
FROM ubuntu:14.04
|
|
LABEL 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" ]
|