✳️ Replace the highlighted information with your own
# DOCKER
sudo apt remove docker docker-engine docker.io containerd runc
sudo apt install ca-certificates curl gnupg lsb-release -y
sudo mkdir -p /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/$(. /etc/os-release; echo "$ID")/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
# PORTAINER
version: "3.9"
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
ports:
- "8000:8000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data:
Read more
- Understanding AI Training: What It Is and Why It Matters
- Important Updates Coming in n8n Version 3.0
- Top 10 AI Technologies to Watch in 2026
- Understanding Hiberfil.sys and Pagefile.sys: Essential Windows Components
- Top 5 Open Source NAS Software for 2026
- The Best AI Orchestration Tools of 2026
- What is TrueNAS ? Choosing the Right Version in 2026
- How to Install a LEMP Stack on RHEL, Rocky, AlmaLinux and CentOS Stream
- OpenAI integrations | Workflow automation with n8n: A Step-by-Step Guide
- n8n vs Zapier: Choosing the Right Automation Tool