:whale: Docker Client Plugins Manager - build new plugins, publish them on Docker Hub or just try some plugins from the catalog and install them locally
$ curl -sf https://raw.githubusercontent.com/lukaszlach/clip/master/docker-clip -o ~/.docker/cli-plugins/docker-cli
[node1] (local) root@192.168.0.13 ~/docker-stack-this/traefik_stack5
$ chmod +x ~/.docker/cli-plugins/docker-clip
chmod: /root/.docker/cli-plugins/docker-clip: No such file or directory
[node1] (local) root@192.168.0.13 ~/docker-stack-this/traefik_stack5
$ docker info | grep clip
WARNING: Plugin "/root/.docker/cli-plugins/docker-cli" is not valid: failed to fetch metadata: fork/exec /root/.docker/cli-plugins/docker-cli: permission denied
WARNING: API is accessible on http://0.0.0.0:2375 without encryption.
Access to the remote API is equivalent to root access on the host. Refer
to the 'Docker daemon attack surface' section in the documentation for
more information: https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
WARNING: No swap limit support
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
I got this error at the moment.