Difference between revisions of "OpenShift 4 CodeReady Containers"
From Dogtag
(Created page with "= Installing OpenShift = Download the CodeReady Containers: <pre> $ wget https://mirror.openshift.com/pub/openshift-v4/clients/crc/latest/crc-linux-amd64.tar.xz $ tar xvf cr...") |
(No difference)
|
Revision as of 02:13, 14 January 2020
Contents
Installing OpenShift
Download the CodeReady Containers:
$ wget https://mirror.openshift.com/pub/openshift-v4/clients/crc/latest/crc-linux-amd64.tar.xz $ tar xvf crc-linux-amd64.tar.xz $ cd crc-linux-1.3.0-amd64 $ ./crc setup
See also Install on Laptop: Red Hat CodeReady Containers.
Starting OpenShift Cluster
$ ./crc start
Starting OpenShift Console
$ ./crc console