mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
5 lines
128 B
Docker
5 lines
128 B
Docker
FROM busybox
|
|
MAINTAINER Guillaume J. Charmes <guillaume@dotcloud.com>
|
|
ADD manager /usr/bin/
|
|
ENTRYPOINT ["/usr/bin/manager"]
|