rename podman_ projects to container_

This commit is contained in:
2026-02-11 11:34:02 -05:00
parent 7d2e8b6b7b
commit d4fbbb185f
78 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Speedtest
<https://github.com/librespeed/speedtest/blob/master/doc_docker.md>
## Install with Podman
```bash
podman run -p 8081:8080 -d --name speedtest ghcr.io/librespeed/speedtest
```