Files
okxlin 45295c7a2b feat(apps): add Cup
Package the latest and v3.5.1 releases with loopback-only defaults and documented Docker Socket access.
2026-07-31 06:38:46 +08:00

8 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
if [[ ! -S /var/run/docker.sock ]]; then
printf '%s\n' "Docker socket not found: /var/run/docker.sock" >&2
exit 1
fi