Run /sbin/init in the ubuntu docker image, as we do with centos

pull/14793/head
Matt Martz 8 years ago
parent 0739fd2030
commit d8876b5c03

@ -32,3 +32,4 @@ RUN echo -e '[local]\nlocalhost' > /etc/ansible/hosts
VOLUME /sys/fs/cgroup /run /tmp
ENV container=docker
CMD ["/sbin/init"]

Loading…
Cancel
Save