[ Docker ] denied: requested access to the resource is denied

sangjun

·

2022. 1. 4. 13:58

https://stackoverflow.com/questions/41984399/denied-requested-access-to-the-resource-is-denied-docker

 

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