dokku/dokku

Docker options documentation should clarify that `docker run` commands can't be set directly as options

josegonzalez opened this issue · 1 comments

Link to the documentation page

https://dokku.com/docs/advanced-usage/docker-options/

Documentation problem

We had a user online that did something like this:

dokku docker-options:add apache-tika deploy,run "docker run -d -p 127.0.0.1:9998:9998 apache/tika:latest"

That doesn't work because thats not how you specify options

We should probably build something that will parse options and error out on invalid docker options, that way folks don't accidentally set them and mess up their systems.

dokku report

No response

Actually going to close this. The correct thing would be to parse arguments and fail if we get invalid ones, but that will likely fall under a larger refactor for adding support for scoping to specific procfile processes. Warning here isn't the way to go.