clip icon indicating copy to clipboard operation
clip copied to clipboard

Can clip works on play-with-docker?

Open pascalandy opened this issue 4 years ago • 0 comments

I got this error at the moment.

$ curl -sf https://raw.githubusercontent.com/lukaszlach/clip/master/docker-clip -o ~/.docker/cli-plugins/docker-cli
[node1] (local) [email protected] ~/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) [email protected] ~/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

pascalandy avatar Dec 16 '19 01:12 pascalandy