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

This commit is contained in:
Matt Martz 2016-03-03 16:45:47 -06:00
parent 0739fd2030
commit d8876b5c03

View file

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