Skip to content

Instantly share code, notes, and snippets.

@fredhsu
Created November 14, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fredhsu/9da95201d3d17e55c7a4b5c2c82197a1 to your computer and use it in GitHub Desktop.
Save fredhsu/9da95201d3d17e55c7a4b5c2c82197a1 to your computer and use it in GitHub Desktop.
Install OpenShift container platform package
# 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