无法访问存储帐户

时间:2016-11-11 08:16:59

标签: docker azure-cli

当我在主机系统上运行以下命令时,它可以工作:

docker run -it microsoft/azure-cli

但是当我使用Docker Azure-CLI时:

info: Executing command storage share create
info: Creating storage file share myshare
error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:8ce76eed-001a-0134-6355-3b8268000000
Time:2016-11-10T13:19:30.9105340Z
error: Error information has been recorded to /root/.azure/azure.err
error: storage share create command failed

并在那里执行相同的命令,它失败了:

azure storage account list

我已经尝试过不同的图像标签以及其他贡献者的azure-cli图像,但效果相同。

任何想法会发生什么?

编辑:

azure storage share list -a myshare -k mykey - >作品

{{1}} - >没有工作(相同的错误)

1 个答案:

答案 0 :(得分:0)

由于该问题,问题是我的容器内的日期时间错误:https://github.com/docker/for-win/issues/72

相关问题