Advertisement
EvenoR

Union Node

Oct 14th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. - - - - - 1 - - - - -
  2. sudo apt update && sudo apt upgrade -y
  3.  
  4. apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev lz4 -y
  5.  
  6.  
  7. - - - - - 2 - - - - -
  8. sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
  9.  
  10. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
  11.  
  12. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
  13.  
  14. sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
  15.  
  16. sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
  17.  
  18. apt install docker-compose -y
  19.  
  20. - - - - - 3 - - - - -
  21. docker version
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement