-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile has wrong parameters in final startup command #561
Comments
[removed] |
refering to this content of README.md: Line 58 in e6c98fd
added in e6c98fd i wonder if it makes sense to hardcode the @m-reuter: can you provide your reasoning on usage of the dockerfile? |
i run in this issue! |
i have no opinion on this, as i don't use docker and don't see who would, |
Hi, either is fine. It seems that vzlogger now looks for the config in /etc and maybe earlier versions looked for it in /cfg ? That would at least explain why it may have worked originally. So I would prefer the other solution, always forcing users to mount to /cfg and then hard coding that path in the docker image , as /cfg is not used for anything else. But again, either approach should work. |
we are building an image intended to only run vzlogger,
docker writes the injected configs to the mounted volume, no idea if this is an issue. |
even the plain C version >12 years ago had i`m waiting for a user of the dockerfile to explain if it ever worked for them. |
IMHO this could never have worked. |
In the last line of the Dockerfile, it should be
instead of
because, else it doesn't work when simply following the instructions in
README.md
.The text was updated successfully, but these errors were encountered: