Dockerization
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 15s

This commit is contained in:
estebanthi
2025-10-20 13:24:31 +02:00
parent 2691db39b9
commit 092b5c1579
4 changed files with 195 additions and 0 deletions

View File

@@ -53,3 +53,15 @@ Commands:
hc-bulk ls --tags backup,docker
hc-bulk bulk-update --name-re "docker-system" --set-grace 3600 --set-schedule "30 3 * * 0"
```
## 🐳 Docker
A Docker image is available on Docker Hub: `estebanthi/hc-bulk`.
```bash
docker run --rm \
-e HC_API_KEY="your_api_key_here" \
-e HC_API_URL="https://hc.example.com/api" \
estebanthi/hc-bulk:latest \
ls --tags your_tag_here
```