Sha256: 058ae0827df7fec15bd396eb547122aa6498973b6c68fb3d1a22c1a75290754a

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

# Dummy box

Vagrant providers each require a custom provider-specific box format. This folder
contains a "dummy" box that allows you to use the plugin without the need to create
a custom base box.

To turn this into a "box", run:

```
tar cvzf dummy.box ./metadata.json
```

By using this box you'll need to specify a Docker image on your `Vagrantfile`
[as described](README.md#using-custom-images) on the README.

For "real world" examples please check out [`boxes/precise`](boxes/precise) and
[`boxes/nginx`](boxes/nginx).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
docker-provider-0.1.0 boxes/dummy/README.md
docker-provider-0.0.2 boxes/dummy/README.md
docker-provider-0.0.1 boxes/dummy/README.md