built with concourse
OVERVIEW
Vagrant is useful for the automated BUILD and DEPLOY of a custom image. This is useful for easily launching a common custom design environment for a project because you only need a Vagrantfile.
These builds and deploys use the following statement,
Using vagrant to build a/an {CUSTOM IMAGE FILE} image containing the {CUSTOM IMAGE OS} OS to deploy on {PROVIDER TOOL} on {HOST OS}.
Where,
- CUSTOM IMAGE FILE: docker/gce/virtualbox/etc.
- CUSTOM IMAGE OS: ubuntu/alpine/windows/etc.
- PROVIDER TOOL: docker/gce/virtualbox/etc.
- HOST OS: linux/windows (not needed)
DOCKER
I’m not sure anyone would use this since you can just use docker.
-
vagrant-ubuntu-2004-deploy-docker
Using vagrant to build a docker image containing the ubuntu 20.04 OS to deploy on docker.
VIRTUALBOX
You may run this on linux or windows.
-
vagrant-ubuntu-2204-deploy-virtualbox
Using vagrant to build a virtualbox image containing the ubuntu 22.04 OS to deploy on virtualbox.
-
vagrant-windows-11-deploy-virtualbox
Using vagrant to build a virtualbox image containing the windows 11 OS to deploy on virtualbox.