mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07: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"]
|