Created
November 14, 2018 22:44
-
-
Save fredhsu/9da95201d3d17e55c7a4b5c2c82197a1 to your computer and use it in GitHub Desktop.
Install OpenShift container platform package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assumes that subscription manager has been registered and repos added | |
sudo yum -y install wget git net-tools bind-utils iptables-services bridge-utils bash-completion kexec-tools sos psacct | |
sudo yum -y update | |
sudo yum -y install atomic-openshift-utils | |
sudo yum -y install docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment