Developer box for [Cockpit](https://github.com/cockpit-project/cockpit) with Dashboard
License | Versioning | Build |
---|---|---|
Developer box for Cockpit with Dashboard.
$ git clone --recursive https://github.com/extra2000/cockpit-box.git
$ cd cockpit-box
Copy vagrant file from vagrant/examples/
and then create the vagrant box (you can change to --provider=libvirt
if you want to use Libvirt provider):
$ cp -v vagrant/examples/Vagrantfile.cockpit-box.fedora-33.x86_64.example vagrant/Vagrantfile.cockpit-box
$ vagrant up --provider=virtualbox
Provision the vagrant box which will automatically install Cockpit with dashboard:
$ vagrant ssh cockpit-box -- sudo salt-call state.highstate
To change from wicked
to NetworkManager
, execute the following command and then reboot
:
$ sudo systemctl disable wickedd
$ sudo systemctl enable NetworkManager