docker container won't run, requires init #2207
Replies: 3 comments 10 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.
-
Where? If you initialize plugins into your home directory, those won't be available to a container. |
Beta Was this translation helpful? Give feedback.
-
Would you be open to change the entrypoint to this instead?
Guess this will cover the users with plugins and the ones without. I'll be happy to put up a PR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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