From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/docker%2Fboxes.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/vagrant/docker%2Fboxes.html (limited to 'devdocs/vagrant/docker%2Fboxes.html') diff --git a/devdocs/vagrant/docker%2Fboxes.html b/devdocs/vagrant/docker%2Fboxes.html new file mode 100644 index 00000000..c8a89ea1 --- /dev/null +++ b/devdocs/vagrant/docker%2Fboxes.html @@ -0,0 +1,6 @@ +

Docker Boxes

The Docker provider does not 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 will not need a box with the Docker provider.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/docker/boxes.html +

+
-- cgit v1.2.3