Replies: 1 comment
-
Maybe @krevsbech can comment on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I think the labgrid-exporter docker container mixes up
CMD
andENTRYPOINT
. The script https://github.com/labgrid-project/labgrid/blob/master/dockerfiles/exporter/entrypoint.sh foresees parameter passing from the commandline (note the$@
).When I do
I get an error that the command
-n....
wasn't found. But this works. I think the
CMD
statement in the dockerfile should be replaced withENTRYPOINT
(https://github.com/labgrid-project/labgrid/blob/master/dockerfiles/Dockerfile#L126)Beta Was this translation helpful? Give feedback.
All reactions