Skip to content

Instantly share code, notes, and snippets.

View muzahid-c's full-sized avatar

Munshi Muzahid Hasan Tushar muzahid-c

  • Bangladesh
View GitHub Profile
sudo apt-get update && sudo apt-get upgrade -y
--------- INSTALL DOCKER ---------
sudo apt install docker.io -y
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -aG docker $USER
--------- Adding Kubernetese Repository -----
sudo curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -