docker container won't run, requires init #2207
Unanswered
togakangaroo
asked this question in
Q&A
Replies: 2 comments 8 replies
-
note that I put backticks for codeblocks in the bug template and that initially gave very odd formatting this bug and I had to go back and edit it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where? If you initialize plugins into your home directory, those won't be available to a container. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm running things exactly as in the readme. However when I run it on my project I get
Note that my project is initialized, this seems to be coming from inside the container
Surprised to see this, I'd used tflint at a previous job and it always just ran fine. I wonder if it has to do with the fact that I'm on Linux now (previously I was on a mac).
Command
docker run --rm -v $(pwd):/data -t ghcr.io/terraform-linters/tflint
Terraform Configuration
TFLint Configuration
Output
TFLint Version
latest in docker b44cd5c75e46
Terraform Version
Terraform v1.10.4
Operating System
Beta Was this translation helpful? Give feedback.
All reactions