Skip to content

Instantly share code, notes, and snippets.

View everton-dallago's full-sized avatar

Everton Eduardo Dall Ago everton-dallago

  • EY
  • Santa Rosa
  • 13:49 (UTC -03:00)
View GitHub Profile
@pablodz
pablodz / install_docker_in_ubuntu_21-10.sh
Last active June 17, 2023 20:58
Install Docker in Ubuntu 21.10, Install Dockercompose on Ubuntu 21.10
# [🟨OPTIONAL] Uninstall old docker versions
sudo apt-get remove docker docker-engine docker.io containerd runc
# Refresh latest version
sudo apt-get update
# Install pre-req
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg \