This project is focused on bringing a minimal OpenShift 4.x cluster to your local laptop or desktop computer.
The first time CodeReady Containers is run, you will be asked to opt-in to Red Hat’s telemetry collection program.
With your approval, CodeReady Containers collects pseudonymized usage data and sends it to Red Hat servers to help improve our products and services. Read our privacy statement to learn more about it. For the specific data points being collected, see Usage data.
CodeReady Containers binaries with an embedded OpenShift disk image can be downloaded from this page.
The documentation for CodeReady Containers is currently hosted by GitHub Pages.
You can find the source files for the documentation in the docs/source directory.
To build the formatted documentation, install podman then use the following:
$ git clone https://github.com/code-ready/crc
$ cd crc
$ make build_docs
This will create a docs/build/master.html
file which you can view in your browser.
Developers who want to work on CodeReady Containers should visit the Developing CodeReady Containers document.
Contributions, questions, and comments are all welcomed and encouraged!
You can reach the community by:
-
Joining the #codeready channel on Freenode IRC
If you want to contribute, make sure to follow the contribution guidelines when you open issues or submit pull requests.