install_ubuntu
Differences
This shows you the differences between two versions of the page.
| install_ubuntu [2025/07/26 17:09] – - Imported by DokuWiki Advanced Plugin wikiadm | install_ubuntu [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Instalar o Docker no Ubuntu Server ====== | ||
| - | <code bash> | ||
| - | sudo apt update | ||
| - | sudo apt install apt-transport-https ca-certificates \ | ||
| - | curl gnupg-agent software-properties-common -y | ||
| - | </ | ||
| - | <code bash> | ||
| - | sudo curl -fsSL https:// | ||
| - | | sudo apt-key add - | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | sudo add-apt-repository \ | ||
| - | " | ||
| - | | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | sudo apt update | ||
| - | sudo apt install docker-ce docker-ce-cli containerd.io -y | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | sudo gpasswd -a suporte docker | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | sudo docker version | ||
| - | </ | ||
| - | |||
| - | FIXME É preciso efetuar logout e login novamente para que a associação do usuário ao grupo seja reavaliada. | ||
install_ubuntu.1753560544.txt.gz · Last modified: by wikiadm
