[ Docker ] denied: requested access to the resource is denied
sangjuns
·2022. 1. 4. 13:58
denied: requested access to the resource is denied : docker
I am following this link to create my first docker Image and it went successfully and now I am trying to push this Image into my docker repository from this link. But whenever I am trying to push t...
stackoverflow.com
denied: requested access to the resource is denied
Docker Hub에 이미지를 푸시할 때 이런 메세지가 뜰 시에
tag설정을 잘못해준 것이다.
아래 명령어를 통해 이미지의 태그를 [도커허브 이름]/[원하는 태그 이름] 으로 설정해주자
docker tag [이미지 ID] psj4618/ubuntu16
'TOOLS & Error' 카테고리의 다른 글
[ Trouble Shooting ] 포트 포워딩 안될 시에 설정 (0) | 2022.01.07 |
---|---|
[ VI ] vi 주석 색깔 변경 (2) | 2022.01.05 |
wsl 설정 (0) | 2022.01.03 |
[ Docker ] 도커 Desktop과 Container 파일공유 (Volume) (0) | 2021.09.05 |
[ hyper-v & docker & vmware ] (2) | 2021.09.04 |