Amazon ECS - docker 未经授权登录:需要身份验证
Amazon ECS - docker login unauthorized: authentication required
我需要 docker 登录 https://docker.wso2.com。当我这样做时,我得到 "Error response from daemon: Get https://docker.wso2.com/v2/: unauthorized: authentication required"
我正在按照这篇文章在 ECS 上部署 WSO2:https://medium.com/containermind/how-to-deploy-wso2-api-manager-on-amazon-ecs-bdc5a8d22844
到目前为止我有 运行:
aws ecr get-login --no-include-email --region us-east-1
我运行docker使用返回的命令登录成功
3.
docker login https://docker.wso2.com
Username: username
Password: password
Error response from daemon: Get https://docker.wso2.com/v2/: unauthorized: authentication required
也不确定我是否需要在第 3 步之前进行构建。
为此您需要一个 wso2 用户帐户。在这里创建一个用户帐户并尝试用它登录。
我需要 docker 登录 https://docker.wso2.com。当我这样做时,我得到 "Error response from daemon: Get https://docker.wso2.com/v2/: unauthorized: authentication required"
我正在按照这篇文章在 ECS 上部署 WSO2:https://medium.com/containermind/how-to-deploy-wso2-api-manager-on-amazon-ecs-bdc5a8d22844
到目前为止我有 运行:
aws ecr get-login --no-include-email --region us-east-1
我运行docker使用返回的命令登录成功
3.
docker login https://docker.wso2.com
Username: username
Password: password
Error response from daemon: Get https://docker.wso2.com/v2/: unauthorized: authentication required
也不确定我是否需要在第 3 步之前进行构建。
为此您需要一个 wso2 用户帐户。在这里创建一个用户帐户并尝试用它登录。