Skip to main content
6 events
when toggle format what by license comment
Mar 27, 2018 at 11:42 vote accept didil
Apr 20, 2017 at 10:06 comment added Salem Just to make sure: if you run inside the container /opt/docker/bin/myapp -D config.resource=prod.conf and /opt/docker/bin/myapp -Dconfig.resource=prod.conf you get the same error?
Apr 20, 2017 at 10:02 comment added didil yes I already tried it but I knew it was equivalent. the space after an option is always optional.
Apr 20, 2017 at 9:58 comment added Salem @didil Have you tried it? First should result in bin/myapp -D config.resource=prod.conf, the second will result in bin/myapp -Dconfig.resource=prod.conf.
Apr 20, 2017 at 9:54 comment added didil ["bin/myapp", "-D", "config.resource=prod.conf"] and ["bin/myapp", "-Dconfig.resource=prod.conf"] are strictly equivalent.
Apr 19, 2017 at 20:47 history answered Salem CC BY-SA 3.0