Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

crc-org/tray-windows

Repository files navigation

CodeReady Container: OpenShift 4 on your laptop

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

Build status

How to use

  1. You need the latest CRC binary first. Download it from https://github.com/code-ready/crc/releases
  2. Download the zip crc-tray.zip from the releases
  3. run crc daemon
  4. Extract the contents of crc-tray.zip and double click on tray-windows
  5. Pull Secret and Bundle must be configured with crc config set pull-secret-file and crc config set bundle

Screenshots

shot2

Steps to build

Windows

Note: You need Visual Studio to build

  1. Clone this repository git clone https://github.com/code-ready/tray-windows.git.
  2. Import the solution crc-tray.sln to Visual Studio .
  3. Build from the Build menu on in Visual Studio.

Linux

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.