Skip to content

Instantly share code, notes, and snippets.

@aljaxus
Created July 6, 2019 01:46
Show Gist options
  • Save aljaxus/493ffeac10e115e3f985e13118b5faf5 to your computer and use it in GitHub Desktop.
Save aljaxus/493ffeac10e115e3f985e13118b5faf5 to your computer and use it in GitHub Desktop.
dnf update -y
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo dnf install yarn -y
sudo dnf install cockpit -y
sudo systemctl enable --now cockpit.socket
sudo systemctl start --now cockpit.socket
sudo firewall-cmd --add-service=cockpit
sudo firewall-cmd --add-service=cockpit --permanent
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo -y
sudo dnf install docker-ce docker-ce-cli containerd.io -y
sudo systemctl start docker
sudo systemctl enable docker
sudo dnf install docker-compose -y
sudo dnf install htop bmon wget curl git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment