lukaszlach / clip

: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
https://lach.dev/clip
MIT License
131 stars 13 forks source link

docker-clip plugins not loaded after installation #6

Open xinity opened 5 years ago

xinity commented 5 years ago

ollowing the README, seems docker-clip couldn't be loaded on my end: docker version: 18.09.6-ce OS: Manjaro 18.04

ls -l ~/.docker/cli-plugins/docker-clip                                                                                       
-rwxr-xr-x 1 xinity xinity 6279 Jun  2 18:01 /home/xinity/.docker/cli-plugins/docker-clip
 docker info | grep clip
lukaszlach commented 5 years ago

I think docs should be updated on this. As I assume from this one's date - https://github.com/docker/cli/issues/1534 - the client plugins feature is available from 19.03. And require client experimental features enabled. Do you think this is correct @xinity ?

lukaszlach commented 5 years ago

That would be docker-cli 19.03 with experimental features enabled. https://github.com/docker/cli/commit/f1f31abbe5c69e258095118f3e8060b82b445d09

xinity commented 5 years ago

ah ah, indeed nice catch! I haven't thought about it :) Will try then and probably close this issue :)

ramoneees commented 4 years ago

Getting the same issue. I'm running docker on Windows. Even with experimental features enabled.