soyeonland

docker saving credinetials error 본문

Study/docker

docker saving credinetials error

soyeonland 2024. 6. 27. 11:38

Error saving credentials: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `pass not initialized: exit status 1: Error: password store is empty. Try "pass init".``

 

https://stackoverflow.com/questions/71770693/error-saving-credentials-error-storing-credentials-err-exit-status-1-out

 

Error saving credentials: error storing credentials - err: exit status 1, out: `error getting credentials - err: exit status 1

I have Ubuntu 20.04 and I have tried using docker login to log in in terminal, but got: docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID,

stackoverflow.com

 

service docker stop
rm ~/.docker/config.json
service docker start

'Study > docker' 카테고리의 다른 글

container 내에서 gpu 사용  (0) 2024.06.27
local directory 에 docker mount  (0) 2024.06.27
tensorflow docker use  (0) 2024.06.27
docker none 지우기  (0) 2024.06.27
docker container 에 변화들 저장하는 방법  (0) 2024.06.27