Skip to content

Instantly share code, notes, and snippets.

@cloudsmithy
Last active April 6, 2022 02:58
Show Gist options
  • Save cloudsmithy/9da0b3b48b3009cb401cc12c878b787e to your computer and use it in GitHub Desktop.
Save cloudsmithy/9da0b3b48b3009cb401cc12c878b787e to your computer and use it in GitHub Desktop.
RHCE_init.sh
sudo yum install -y yum-utils qemu-img htop git iotop neofetch axel vim zsh
axel -n 8 https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
# install docker
sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce docker-ce-cli containerd.io -y
sudo systemctl start docker
sudo systemctl enable docker
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment