Vagrant: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „= Links = = Installation = * Virtualbox muss installiert sein, 6.1 ist OK, 7.0 (noch) nicht <syntaxhighlight lang="bash"> wget -O- https://apt.releases.hashic…“) |
(→Links) |
||
Zeile 1: | Zeile 1: | ||
= Links = | = Links = | ||
* https://app.vagrantup.com/bento/boxes/debian-11 | |||
= Installation = | = Installation = |
Version vom 30. Oktober 2022, 17:59 Uhr
Links
Installation
- Virtualbox muss installiert sein, 6.1 ist OK, 7.0 (noch) nicht
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
apt update && sudo apt install vagrant
echo "* 0.0.0.0/0 ::/0" >/etc/vbox/networks.conf