Sha256: e5823461d13ec2d7dbca8f46717f3a84801bbdceac3f0f94739d29fc84d50115
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 Bytes
Contents
# Ubuntu Precise base box This folder contains an example of a Dockerfile that builds an image ready for usage with Vagrant. Please check out the [source](boxes/precise/Dockerfile) for more information on building your own. To turn this into a box: ``` docker build -t myuser/vagrant-ubuntu:precise . docker push myuser/vagrant-ubuntu:precise sed 's/IMAGE/myuser\/vagrant-ubuntu:precise/' Vagrantfile.sample > Vagrantfile tar cvzf precise.box ./metadata.json ./Vagrantfile ``` This box works by using Vagrant's built-in `Vagrantfile` merging to setup defaults for Docker. These defaults can easily be overwritten by higher-level Vagrantfiles (such as project root Vagrantfiles).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docker-provider-0.1.0 | boxes/precise/README.md |
docker-provider-0.0.2 | boxes/precise/README.md |
docker-provider-0.0.1 | boxes/precise/README.md |