This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Dev preview of CRC module for Cockpit
Pre-release
Pre-release
This is a development preview of a Cockpit module for use with CodeReady Containers:
Installation
- login to the remote server with a valid user
- Cockpit needs to be installed and active:
sudo [yum/dnf] install cockpit
- For more instructions see: https://cockpit-project.org/running.html
- make sure the user can start VMs and CRC works:
crc setup
crc start
- run
crc daemon
as a long running process (either use asystemd
user service or screen) - place the module in
~/.local/share/cockpit/[crc]
Note
- You might have to allow linger to prevent the daemon from being terminated after logout.
- Make sure you run the latest development preview version of
crc
.
Please check the CRC releases for this: https://github.com/code-ready/crc/releases
If you experience issues, please consider the following discussion first: crc-org/crc#2916