UPDATE : Installed CentOS 7.4 with native 1.13 Docker and do not experience these issues. May be a compatibility issue with Docker CE 18.03 ?
UPDATE : Rolled back to version 17.06.1 of Docker CE. Can anyone confirm a working later version ?
We are running the latest Docker CE on RHEL 7.4 and trying to install vFile Plugin and get the below :
[root@srv006225:docker-manager-node-1a docker]# docker plugin ls
ID NAME DESCRIPTION ENABLED
24bb13aee345 vsphere:latest VMWare vSphere Docker Volume plugin true
[root@srv006225:docker-manager-node-1a docker]# docker plugin install --grant-all-permissions --alias vfile vmware/vfile:latest VFILE_TIMEOUT_IN_SECOND=90
latest: Pulling from vmware/vfile
aa1a99bcc40f: Download complete
Digest: sha256:d0e4a8898521673b44586fc88d7b6c4e61945203c3e4ce568e8b6bcf04da78ce
Status: Downloaded newer image for vmware/vfile:latest
Error response from daemon: dial unix /run/docker/plugins/dd9faa1bb316713570215a9259555d2e70b137cab7b7acc1ef210b1de443249e/vfile.sock: connect: no such file or directory
[root@srv006225:docker-manager-node-1a docker]# docker plugin ls
ID NAME DESCRIPTION ENABLED
24bb13aee345 vsphere:latest VMWare vSphere Docker Volume plugin true
dd9faa1bb316 vfile:latest VMWare vFile Docker Volume plugin false
I have uninstalled and reinstalled but no success. We have 5 hosts in a swarm with 3 manager nodes. Even have ports 1024-65535 tcp/udp open with selinux disabled.
Just a note ... there is no /var/log/vfile. Any help ?
Good Day,
UPDATE : Installed CentOS 7.4 with native 1.13 Docker and do not experience these issues. May be a compatibility issue with Docker CE 18.03 ?
UPDATE : Rolled back to version 17.06.1 of Docker CE. Can anyone confirm a working later version ?
We are running the latest Docker CE on RHEL 7.4 and trying to install vFile Plugin and get the below :
I have uninstalled and reinstalled but no success. We have 5 hosts in a swarm with 3 manager nodes. Even have ports 1024-65535 tcp/udp open with selinux disabled.
Just a note ... there is no /var/log/vfile. Any help ?
Regards