Sha256: ec680d505d679197ef6caaaedc5cbb54ce04853dfabb1accd6228e3b7f8d6d26
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
FROM fgrehm/vagrant-ubuntu:precise RUN apt-get update && apt-get install lxc -yq --force-yes -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' RUN curl -sLS https://get.docker.io | sh RUN usermod -aG docker vagrant RUN curl -sLS https://raw.github.com/dotcloud/docker/master/hack/dind -o /dind && \ chmod +x /dind CMD ["/dind", "/sbin/init"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docker-provider-0.1.0 | boxes/dind/Dockerfile |