File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
02_virtualization_and_containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555- ` vagrant package --base "sse-first-step" --output sse-first-step.box` : Export VM
5656- ` sse-first-steps.box` can be uploaded to [Vagrant Cloud ](https: // app.vagrantup.com)
5757- Go to directory ` using-own-box/`
58- - Show ` Vagrantfile` that is has my uploaded image as base image
58+ - Show ` Vagrantfile` that has my uploaded image as base image
5959 - Skip building box ` vagrant up` as it takes too long, should be prebuilt
6060 - After ` vagrant box add <box> --name <name>` , ` vagrant box list` should show my box in overview.
6161
6565 - [https: // github.com/ precice/ vm](https: // github.com/ precice/ vm)
6666- Run [Premade box](https: // app.vagrantup.com/ precice/ boxes/ precice- vm)
6767 - Create a dedicated folder ` mkdir precice`
68- - Create box with ` vagrant init` (Done before lecture as it takes to long)
68+ - Create box with ` vagrant init` (Done before lecture as it takes too long)
6969 - Start box ` vagrant up`
7070 - Comes with a GUI
7171 - Preconfigured
You can’t perform that action at this time.
0 commit comments