This is a companion app for CodeReady Containers, it works only on macOS 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 precompiled tray app from releases page of this repository
- run
crc daemon
- Launch the tray app you downloaded and you should see the OCP logo on the menubar
- Pull Secret and Bundle must be configured with
crc config set pull-secret-file
andcrc config set bundle
Note: CodeReady Containers tray needs minimum Xcode version 10.3. You might be able to build it with older versions of Xcode but that has not been tested.
- Clone this repository
git clone https://github.com/code-ready/tray-macos.git
. - Change to the
tray-macos
directory. - Run the build script
./build.sh
which will create CodeReady Containers.app insidetray-macos/out
directory.