All Projects → code-ready → Crc

code-ready / Crc

Licence: apache-2.0
Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Crc

Dojo
Containerize your development and operations environment
Stars: ✭ 240 (-64.5%)
Mutual labels:  development-tools, virtualization
Minishift
Run OpenShift 3.x locally
Stars: ✭ 2,246 (+232.25%)
Mutual labels:  development-tools, openshift
Azure Openshift
RedHat Openshift Origin cluster on Azure
Stars: ✭ 17 (-97.49%)
Mutual labels:  cluster, openshift
Reshifter
Kubernetes cluster state management
Stars: ✭ 292 (-56.8%)
Mutual labels:  cluster, openshift
Kubeadm Ha
Kubernetes high availiability deploy based on kubeadm, loadbalancer included (English/中文 for v1.15 - v1.20+)
Stars: ✭ 614 (-9.17%)
Mutual labels:  cluster
Runtime
OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Stars: ✭ 588 (-13.02%)
Mutual labels:  virtualization
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (-15.38%)
Mutual labels:  virtualization
Libhermit Rs
libhermit-rs: A Rust-based library operating system
Stars: ✭ 558 (-17.46%)
Mutual labels:  virtualization
Ksm
A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
Stars: ✭ 673 (-0.44%)
Mutual labels:  virtualization
Impress
Enterprise application server for Node.js and Metarhia private cloud ⚡
Stars: ✭ 634 (-6.21%)
Mutual labels:  cluster
Torus Cli
A secure, shared workspace for secrets
Stars: ✭ 611 (-9.62%)
Mutual labels:  development-tools
Kubernetes Vagrant Coreos Cluster
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Stars: ✭ 598 (-11.54%)
Mutual labels:  cluster
Graphene
Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
Stars: ✭ 614 (-9.17%)
Mutual labels:  virtualization
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (-13.61%)
Mutual labels:  cluster
Hvpp
hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
Stars: ✭ 637 (-5.77%)
Mutual labels:  virtualization
Guide
Kubernetes clusters for the hobbyist.
Stars: ✭ 5,150 (+661.83%)
Mutual labels:  cluster
Datafusion
DataFusion has now been donated to the Apache Arrow project
Stars: ✭ 611 (-9.62%)
Mutual labels:  cluster
Drakvuf
DRAKVUF Black-box Binary Analysis
Stars: ✭ 628 (-7.1%)
Mutual labels:  virtualization
Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (-10.06%)
Mutual labels:  cluster
Vic
vSphere Integrated Containers Engine is a container runtime for vSphere.
Stars: ✭ 607 (-10.21%)
Mutual labels:  virtualization

= Red Hat CodeReady Containers - OpenShift 4 on your Laptop :icons: :toc: macro :toc-title: :toclevels:

toc::[]

image:https://travis-ci.org/code-ready/crc.svg?branch=master["Travis CI Build Status", link="https://travis-ci.org/code-ready/crc"] image:https://circleci.com/gh/code-ready/crc/tree/master.svg?style=svg["CircleCI Build Status", link="https://circleci.com/gh/code-ready/crc"] image:https://ci.centos.org/buildStatus/icon?job=codeready-crc-master["CentOS CI Build Status", link="https://ci.centos.org/job/codeready-crc-master"]

[[intro-to-crc]] == Introduction

This project is focused on bringing a minimal http://github.com/openshift/origin[OpenShift 4.x] 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, http://github.com/minishift/minishift[Minishift] or https://developers.redhat.com/products/cdk/overview/[CDK].

[[usage-data]] == Usage data

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 https://developers.redhat.com/article/tool-data-collection[privacy statement] to learn more about it. For the specific data points being collected, see xref:usage-data.adoc#data-table[Usage data].

=== Manually configuring usage data collection

You can manually change your preference about usage data collection by running crc config set consent-telemetry <yes/no> before the next crc start.

[[documentation]] == Documentation

=== Getting CodeReady Containers

CodeReady Containers binaries with an embedded OpenShift disk image can be downloaded from link:https://cloud.redhat.com/openshift/create/local[this page].

=== Using CodeReady Containers

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

See the link:https://code-ready.github.io/crc/[Red Hat CodeReady Containers Getting Started Guide].

=== Building the documentation

You can find the source files for the documentation in the link:./docs/source[docs/source] directory.

To build the formatted documentation, link:https://github.com/containers/libpod/blob/master/install.md[install podman] then use the following:

$ git clone https://github.com/code-ready/crc
$ cd crc
$ make build_docs

This will create a [filename]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 link:./developing.adoc[Developing CodeReady Containers] document.

[[community]] == 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 link:CONTRIBUTING.adoc[contribution guidelines] when you open issues or submit pull requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].