I need to pass -Dfml.queryResult=confirm
to the executable of an otherwise working docker container (on the docker run line), but all I get is : -Dfml.queryResult=confirm: invalid syntax
... I've tried with quotes, no quotes, single quotes, escaping it, everything I can think of, and I've put it behind -c
as suggested here, but I always get an error. Am I missing something silly?
Asked
Active
Viewed 868 times
0

amanb
- 5,276
- 3
- 19
- 38

Jerry Haggard
- 1
- 1
-
Are u using entrypoint or command? – yamenk Apr 19 '18 at 14:06
-
Please post ur dockerfile. – Robert Moskal Apr 19 '18 at 14:15