You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are maintaining a set of Vagrant Boxes via <ahref="https://atlas.hashicorp.com/"target="_blank">Atlas</a>, one of <ahref="https://www.hashicorp.com/#open-source-tools"target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. The <ahref="https://atlas.hashicorp.com/singularityware/boxes/singularity-2.2.99"target="_blank">Singularity Box</a> is for version 2.2.99, and will be updated appropriately with the release of 2.3. To use this box, you can simply create a folder, and then do the following:
28
+
We are maintaining a set of Vagrant Boxes via <ahref="https://atlas.hashicorp.com/"target="_blank">Atlas</a>, one of <ahref="https://www.hashicorp.com/#open-source-tools"target="_blank">Hashicorp</a> many tools that likely you've used and haven't known it. We currently have boxes for the following versions of Singularity:
Note that when you do `vagrant up` you can also select the provider, if you use vagrant for multiple providers. For example:
58
+
59
+
```
60
+
vagrant up --provider virtualbox
61
+
```
62
+
63
+
although this isn't entirely necessary if you only have it configured for virtualbox.
64
+
37
65
## Option 2: Vagrant Box from Scratch
38
66
39
67
If you want to use a different version of Singularity, or want to get more familiar with how Vagrant and VirtualBox work, you can build your own Vagrant Box from scratch. In this case, we will use the Vagrantfile for `bento/ubuntu-16.04`, however you could also try any of the <ahref="https://atlas.hashicorp.com/bento"target="_blank">other bento boxes</a> that are equally delicious. As before, you should first make a separate directory for your Vagrantfile, and then init a base image.
0 commit comments