This is a companion app for CodeReady Containers, it works only on Windows For the CRC project head over to: https://github.com/code-ready/crc
- You need the latest CRC binary first. Download it from https://github.com/code-ready/crc/releases
- Download the zip
crc-tray.zip
from the releases - run
crc daemon
- Extract the contents of
crc-tray.zip
and double click on tray-windows - Pull Secret and Bundle must be configured with
crc config set pull-secret-file
andcrc config set bundle
Note: You need Visual Studio to build
- Clone this repository
git clone https://github.com/code-ready/tray-windows.git
. - Import the solution
crc-tray.sln
to Visual Studio . - Build from the Build menu on in Visual Studio.
A containerized build is available. This uses a Fedora container image and Mono.
$ make containerized
the results are copied to ./bin/
and can be run on Windows.