mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
6 lines
162 B
Docker
6 lines
162 B
Docker
FROM ubuntu:14.04
|
|
MAINTAINER CenturyLink Labs <innovationslab@ctl.io>
|
|
LABEL "com.centurylinklabs.watchtower"="true"
|
|
|
|
COPY watchtower /
|
|
ENTRYPOINT ["/watchtower"]
|