我正在尝试通过curl命令删除我的公共存储库,但出现错误。
这是我的命令:
curl -s -v -H "Authorization: JWT ${HUB_TOKEN}" -X DELETE "https://hub.docker.com/v2/repositories/mohd/test2/"
将捆绑软件标记为不支持多次使用 HTTP / 1.1 400错误的请求 与主机hub.docker.com的连接#0保持不变 “ detail”:“发生错误。未删除存储库”
我该如何解决这个问题?