✳️ Replace the highlighted information with your own
sudo apt install -y curl git net-tools -y
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
### daemon.json
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
}
}
### PORTAINER
version: "3.8"
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
security_opt:
- no-new-privileges:true
ports:
- "9000:9000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
environment:
- TZ=Asia/Ho_Chi_Minh
networks:
- docker_net
networks:
docker_net:
driver: bridge
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