This repository was 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 setupcrc start
- run
crc daemonas a long running process (either use asystemduser 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