stop docker service before exit
This commit is contained in:
@@ -5,10 +5,16 @@
|
||||
FROM ubuntu:14.04
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& apt-get -y install curl \
|
||||
&& apt-get -y install curl \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
lxc \
|
||||
iptables \
|
||||
&& curl -sSL https://get.docker.com/ubuntu/ | sh \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD drone-docker /go/bin/
|
||||
ADD wrapdocker /bin/
|
||||
|
||||
ENTRYPOINT ["/go/bin/drone-docker"]
|
||||
|
||||
Reference in New Issue
Block a user