registry/stop.sh

4 lines
69 B
Bash
Raw Normal View History

#!/bin/bash
podman pod stop "$(jq .service_name ./service.json -r)"