Skip to content
/ crc Public
forked from crc-org/crc

CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes

License

Notifications You must be signed in to change notification settings

CoaxVex/crc

 
 

Repository files navigation

CodeReady Containers - OpenShift 4 on your Laptop

Note

Each released crc binary expires 30 days after the release due to certificates embedded in the Openshift cluster. Using an older crc binary will result in an expired certificates error.

To resolve this error:

  • Download the latest CodeReady Containers release and place the crc binary in your $PATH.

  • Remove the cluster with certificate errors using the crc delete command.

  • Set up the new release with the crc setup command.

  • Start the new cluster with the crc start command.

Travis CI Build Status CircleCI Build Status CentOS CI Build Status

Introduction

This project is focused on bringing a minimal OpenShift 4.0 or newer cluster to your local laptop or desktop computer.

If you are looking for a solution for running OpenShift 3.x, you will need tools such as oc cluster up, Minishift or CDK.

Check back for updates, we plan to have something available "soon".

Documentation

Getting CodeReady Containers

CodeReady Containers binaries with an embedded OpenShift disk image can be downloaded from this page.

Using CodeReady Containers

The documentation for CodeReady Containers is currently hosted by GitHub Pages.

Building the documentation

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.

Developing CodeReady Containers

Developers who want to work on CodeReady Containers should visit the Developing CodeReady Containers document.

Community

Contributions, questions, and comments are all welcomed and encouraged!

You can reach the community by:

If you want to contribute, make sure to follow the contribution guidelines when you open issues or submit pull requests.

About

CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 85.0%
  • Gherkin 10.1%
  • Makefile 2.7%
  • Shell 2.0%
  • Dockerfile 0.2%