You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following command has some invisible machine characters :
"docker plugin install store/hpestorage/hpedockervolumeplugin: –-disable –-alias hpe"
When we copy & Paste above command with replacing with 3.1 or any version , It throws following error :
[root@bl460cg8060ab ~]# docker plugin install store/hpestorage/hpedockervolumeplugin:3.1 –-disable –-alias hpe
Plugin "store/hpestorage/hpedockervolumeplugin:3.1" is requesting the following privileges:
network: [host]
mount: [/dev]
mount: [/run/lock]
mount: [/var/lib]
mount: [/etc]
mount: [/var/run/docker.sock]
mount: [/root/.ssh]
mount: [/sys]
mount: [/root/plugin/certs]
mount: [/sbin/iscsiadm]
mount: [/lib/modules]
mount: [/lib/x86_64-linux-gnu]
allow-all-devices: [true]
capabilities: [CAP_SYS_ADMIN CAP_SYS_RESOURCE CAP_MKNOD CAP_SYS_MODULE]
Do you grant the above permissions? [y/N] y
3.1: Pulling from store/hpestorage/hpedockervolumeplugin
de4f4e98f974: Download complete
Digest: sha256:1fb8fe1db2351d0786a8b24707874f12dc0012b1a058d263fadfac5d8a7e1a3e
Status: Downloaded newer image for store/hpestorage/hpedockervolumeplugin:3.1
Error response from daemon: setting "–-disable" not found in the plugin configuration
Same command works fine when we manually type the same command .
Please check .
Regards,
Sai Prasad
The text was updated successfully, but these errors were encountered:
Hi Team
In following link :
https://github.com/hpe-storage/python-hpedockerplugin/blob/master/docs/quick_start_guide.md
Following command has some invisible machine characters :
"docker plugin install store/hpestorage/hpedockervolumeplugin: –-disable –-alias hpe"
When we copy & Paste above command with replacing with 3.1 or any version , It throws following error :
[root@bl460cg8060ab ~]# docker plugin install store/hpestorage/hpedockervolumeplugin:3.1 –-disable –-alias hpe
Plugin "store/hpestorage/hpedockervolumeplugin:3.1" is requesting the following privileges:
Do you grant the above permissions? [y/N] y
3.1: Pulling from store/hpestorage/hpedockervolumeplugin
de4f4e98f974: Download complete
Digest: sha256:1fb8fe1db2351d0786a8b24707874f12dc0012b1a058d263fadfac5d8a7e1a3e
Status: Downloaded newer image for store/hpestorage/hpedockervolumeplugin:3.1
Error response from daemon: setting "–-disable" not found in the plugin configuration
Same command works fine when we manually type the same command .
Please check .
Regards,
Sai Prasad
The text was updated successfully, but these errors were encountered: