portainer-logs v1.0.1
Installation
NuGet (.NET global tool — requires .NET 10):
dotnet tool install --global PortainerLogs --version 1.0.1Standalone binaries (no .NET required):
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | portainer-logs-1.0.1-win-x64.zip |
| Windows | ARM64 | portainer-logs-1.0.1-win-arm64.zip |
| Linux | x64 | portainer-logs-1.0.1-linux-x64.tar.gz |
| Linux | ARM64 | portainer-logs-1.0.1-linux-arm64.tar.gz |
| macOS | x64 (Intel) | portainer-logs-1.0.1-osx-x64.tar.gz |
| macOS | ARM64 (Apple Silicon) | portainer-logs-1.0.1-osx-arm64.tar.gz |
Verify checksums
Each archive has a corresponding .sha256 file. Verify with:
sha256sum -c portainer-logs-1.0.1-<rid>.tar.gz.sha256