iTestee Uncategorized Ubuntu server setup for Angular/ Java/ Git/ Maven/ Docker/ Swarm

Ubuntu server setup for Angular/ Java/ Git/ Maven/ Docker/ Swarm

Docker installation

  1. sudo apt update
  2. sudo apt install apt-transport-https ca-certificates curl software-properties-common
  3. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –
  4. sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”
  5. sudo apt update
  6. sudo apt install docker-ce
  7. sudo systemctl enable docker

Git

  1. sudo apt install git
  2. git –version

Leave a Reply

Your email address will not be published. Required fields are marked *

+ 35 = 37
Powered by MathCaptcha

Related Post