Hey there friends. In this one, I will show you how to install both Docker and Portainer for beginners. We all had to start somewhere. I hope you enjoy this one!
COMMANDS
=====
Add Docker's official GPG key:
sudo apt update
sudo apt install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubu... -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
Add the repository to Apt sources:
sudo tee /etc/apt/sources.list.d/docker.sources <<EOF
Types: deb
URIs: https://download.docker.com/linux/ubuntu
Suites: $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}")
Components: stable
Signed-By: /etc/apt/keyrings/docker.asc
EOF
sudo apt update
=====
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo docker run hello-world
Install Portainer
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:lts
🎉 SUBSCRIBE: http://havok.tube/subscribe
✅ PARTNER RESOURCES
⚡ TubeBuddy: http://havok.to/tubebuddy
⚡ Stickers: https://havok.to/stickers
⚡ Streamlabs Talk Studio: http://havok.to/talkstudio
⚡ Private Internet Access VPN: https://havok.to/piavpn
⚡ Cloud Storage: http://havok.to/idrive
⚡ Content Manager: http://havok.to/nifty
⚡ Social Media Planner: http://havok.to/vistasocial
⚡ Social Media Scheduling: http://havok.tube/postoplan
⚡ Domain Names: http://havok.to/namecheap
✅ CONNECT WITH ME
🐦 Twitter: / havokgg
🔊 Discord: / discord
🎮 Twitch: / havok
📷 Instagram: / havokgg
📧 Email: [email protected]
✅ FIRST TIME HERE?
Hey there, I'm HAVOK. I've been a content creator since 2013 with a focus on charity and helping influencers build their portfolio within the industry. I am the owner and CEO of Inception Talent (http://inceptiontalent.com) where we help influencers with the business side of content creation. In addition to content creation, I help charities build-up and launch their influencer fundraising programs.