mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-10 18:28:41 -04:00
506 B
506 B
| page_title | sidebar_current |
|---|---|
| Boxes - Docker Provider | docker-boxes |
Docker Boxes
The Docker provider doesn't require a Vagrant box. The config.vm.box
setting is completely optional.
A box can still be used and specified, however, to provide defaults.
Because the Vagrantfile within a box is loaded as part of the
configuration loading sequence, it can be used to configure the
foundation of a development environment.
In general, however, you won't need a box with the Docker provider.