curl-commands.org 490 B

cURL commands


curl \
--unix-socket /var/run/docker.sock \
--request GET "http://localhost/containers/json" \
--get \
--data-urlencode 'filters={"status": ["running"]}'

curl -v --unix-socket /var/run/docker.sock http://localhost/containers/json