Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 02_virtualization_and_containers/vagrant_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
- `vagrant package --base "sse-first-step" --output sse-first-step.box`: Export VM
- `sse-first-steps.box` can be uploaded to [Vagrant Cloud](https://app.vagrantup.com)
- Go to directory `using-own-box/`
- Show `Vagrantfile` that is has my uploaded image as base image
- Show `Vagrantfile` that has my uploaded image as base image
- Skip building box `vagrant up` as it takes too long, should be prebuilt
- After `vagrant box add <box> --name <name>`, `vagrant box list` should show my box in overview.

Expand All @@ -65,7 +65,7 @@
- [https://github.com/precice/vm](https://github.com/precice/vm)
- Run [Premade box](https://app.vagrantup.com/precice/boxes/precice-vm)
- Create a dedicated folder `mkdir precice`
- Create box with `vagrant init` (Done before lecture as it takes to long)
- Create box with `vagrant init` (Done before lecture as it takes too long)
- Start box `vagrant up`
- Comes with a GUI
- Preconfigured
Expand Down