Main public logs
From CPA Tech Wiki
Combined display of all available logs of CPA Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:54, 13 July 2026 Bftcpa606 talk contribs created page Portainer update (Created page with " Here's a short bash script to update Portainer on Debian (assuming it's running in Docker, the most common setup): <code>#!/bin/bash # Update Portainer container set -e echo "Stopping Portainer container..." docker stop portainer echo "Removing old container..." docker rm portainer echo "Pulling latest Portainer image..." docker pull portainer/portainer-ce:latest echo "Starting Portainer container..." docker run -d \ --name portainer \ --resta...") Tag: Visual edit
