We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"
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"