We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35904aa + 3782070 commit 0a1e796Copy full SHA for 0a1e796
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM osixia/baseimage
+FROM osixia/baseimage:0.4.0
2
MAINTAINER Bertrand Gouny <[email protected]>
3
4
# From Nick Stenning's work
@@ -18,7 +18,7 @@ ENV LDAP_DOMAIN example.com
18
# RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
19
20
# Enable dnsmasq
21
-RUN /etc/enable-service dnsmasq
+RUN /sbin/enable-service dnsmasq
22
23
# Use baseimage-docker's init system.
24
CMD ["/sbin/my_init"]
test/tools/delete-image.sh
@@ -6,5 +6,5 @@
6
res=$(docker.io images | grep -c "$testImage")
7
8
if [ $res -ne 0 ]; then
9
- #docker.io rmi $testImage
+ docker.io rmi $testImage
10
fi
0 commit comments