Added Tutorials and Portainer Agent install script #4

Merged
DocRock3r merged 16 commits from wip into main 2026-01-09 14:11:23 +00:00
Showing only changes of commit a9f4ba07f4 - Show all commits

View File

@@ -82,7 +82,7 @@ case $choice in
#install Portianer agent
echo "Installing Portainer agent..."
sudo docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes -v /:/host portainer/agent:2.21.5 1>/dev/null
sudo docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes -v /:/host portainer/agent:lts 1>/dev/null
echo "Done" ;;
4) echo "Updating repository..."