Skip to content

Instantly share code, notes, and snippets.

@LinauxTerminology
Created December 20, 2021 20:51
Show Gist options
  • Save LinauxTerminology/08fc393e846cb81b2cb62dfbdb3135e0 to your computer and use it in GitHub Desktop.
Save LinauxTerminology/08fc393e846cb81b2cb62dfbdb3135e0 to your computer and use it in GitHub Desktop.
I Will Do Install Openshift On Ubuntu 20.04
If you need openshift Setup contact with me:
Email: [email protected]
Skype: https://join.skype.com/
Telegram:https://t.me/LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
##Install Openshift With Docker:
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt -y install build-essential checkinstall
sudo apt -y install ubuntu-restricted-extras
sudo apt -y install software-properties-common
sudo apt update
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt -y install git
sudo git config --global user.name "urmi"
sudo git config --global user.email "[email protected]"
sudo apt list --upgradable
sudo apt upgrade -y
sudo apt -f install
sudo apt -y autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo reboot
sudo apt update && sudo apt upgrade
apt-get install docker.io -y
systemctl start docker
systemctl enable docker
systemctl status docker
systemctl restart docker
oc login -u system:admin
oc project default
oc login
oc status
@LinauxTerminology
Copy link
Author

Screenshot from 2021-12-21 02-55-03
Screenshot from 2021-12-21 02-52-37

Screenshot from 2021-12-21 02-52-48
Screenshot from 2021-12-21 02-53-44
Screenshot from 2021-12-21 02-54-03
Screenshot from 2021-12-21 02-54-21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment