Using tflint with Docker #1908
-
Hello everyone, I used tflint previously with docker image, but recently I'm not able to use it, and I don't understand what is happening. I'm opening a discussion instead of a bug, because my odds are that there is wrong in my setup. I'm using OSX, with Docker Desktop, and when I run docker pull or docker run, it says "access denied":
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Did you use To remove them, |
Beta Was this translation helpful? Give feedback.
Did you use
docker login
at any point forghcr.io
? This request should work without authentication, the error suggests that credentials are being sent but they're invalid.To remove them,
docker logout ghcr.io
.