You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
I am pulling splunk/universalforwarder:7.0.0-monitor
and this is the content of the docker_service.sh script (the docker service ls command at the end of the file)
#!/bin/bash
DOCKER_BIN=$(dirname "$0")/docker
"$DOCKER_BIN" service ls
| tail -n +2
| sed -e "s/,/ /g"
| sed -E "s/\s\s+/,/g"
docker service ls | tail -n +2 | sed -e "s/ /,/g"