Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 627 Bytes

File metadata and controls

40 lines (28 loc) · 627 Bytes

Requirements

  1. sshpass
$ sudo apt-get install sshpass -y
  1. curl
$ sudo apt-get install curl -y
  1. jq
$ sudo apt-get install jq -y
  1. Docker
$ sudo apt-get install ca-certificates gnupg lsb-release -y
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
  1. Docker Compose
$ sudo apt-get install docker-compose-plugin -y

Steps

$ sudo apt-get update
$ sudo apt-get upgrade -y