I have an azure storage account sharing files.
I can install cloudstor:azure plugin in an azure VM (windows 2019) with the following command:
docker plugin install --alias cloudstor:azure --grant-all-permissions docker4x/cloudstor:17.06.1-ce-azure1 CLOUD_PLATFORM=AZURE AZURE_STORAGE_ACCOUNT_KEY="accountKey" AZURE_STORAGE_ACCOUNT="accountName" AZURE_STORAGE_ENDPOINT="core.windows.net"
Now I want to install the plugin with the same command in a on-premises real machine (windows 10), it reports the following error:
Error response from daemon: dial unix /run/docker/plugins/fdb0714e39aa33f7029112666e995f192e3b2937ac6aad94ff25504d95574c74/cloudstor.sock: connect: no such file or directory
And also see the following error in the docker log:
[14:50:30.226][Moby ][Info ] [ 1847.411811] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:30.243][Moby ][Info ] [ 1847.433586] CIFS VFS: Send error in SessSetup = -13
[14:50:30.771][Moby ][Info ] [ 1847.955890] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:30.789][Moby ][Info ] [ 1847.978573] CIFS VFS: Send error in SessSetup = -13
[14:50:30.805][Moby ][Info ] [ 1847.995770] CIFS VFS: cifs_mount failed w/return code = -13
[14:50:31.337][Moby ][Info ] [ 1848.523123] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:31.354][Moby ][Info ] [ 1848.544315] CIFS VFS: Send error in SessSetup = -13
[14:50:31.873][Moby ][Info ] [ 1849.056518] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:31.892][Moby ][Info ] [ 1849.080747] CIFS VFS: Send error in SessSetup = -13
[14:50:31.913][Moby ][Info ] [ 1849.099928] CIFS VFS: cifs_mount failed w/return code = -13
[14:50:33.657][Moby ][Info ] [ 1850.838961] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:33.676][Moby ][Info ] [ 1850.864348] CIFS VFS: Send error in SessSetup = -13
[14:50:34.204][Moby ][Info ] [ 1851.385476] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:34.223][Moby ][Info ] [ 1851.411094] CIFS VFS: Send error in SessSetup = -13
[14:50:34.244][Moby ][Info ] [ 1851.430438] CIFS VFS: cifs_mount failed w/return code = -13
[14:50:34.778][Moby ][Info ] [ 1851.958773] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:34.798][Moby ][Info ] [ 1851.985802] CIFS VFS: Send error in SessSetup = -13
[14:50:35.305][Moby ][Info ] [ 1852.487202] Status code returned 0xc0000022 STATUS_ACCESS_DENIED
[14:50:35.324][Moby ][Info ] [ 1852.512346] CIFS VFS: Send error in SessSetup = -13
[14:50:35.345][Moby ][Info ] [ 1852.532165] CIFS VFS: cifs_mount failed w/return code = -13
[14:50:41.232][ApiProxy ][Info ] time="2019-04-12T14:50:41+08:00" msg="proxy << POST /v1.39/plugins/cloudstor:azure/enable?timeout=0 (12.7474213s)\n"
[14:57:30.278][SegmentApi ][Info ] Usage statistic: actionMenuFeedback
Do I need any additional configuration for it? Thanks.
Docker Desktop Community version:
Version 2.0.0.3 (31259)
Channel: stable
Build: 8858db3