Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个本地 tarball,可以通过 docker CLI 导入 Azure ACR:
docker import ./thing.tar myacr.azurecr.io/repo:tag
我想通过 Azure CLI 做同样的事情,但该az acr import命令似乎只能接受 docker repo,而不是 tarfile。
az acr import
任何帮助将非常感激。我对 Azure 和 Docker 相当陌生。