mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
2c435ab8be
Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
10 lines
290 B
Text
10 lines
290 B
Text
(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")
|