galaxyproject / planemo

Command-line utilities to assist in developing Galaxy and Common Workflow Language artifacts - including tools, workflows, and training materials.
https://planemo.readthedocs.io/
MIT License
89 stars 85 forks source link

Add option to pass extra arguments to `docker run` #1428

Closed bernt-matthias closed 8 months ago

bernt-matthias commented 8 months ago

I have a usecase where I want to test a tool that uses another server running in CI as container. In order to allow be able to access the host's localhost I need to pass --add-host=host.docker.internal:host-gateway to docker run (at least I do not know of another way).

bernt-matthias commented 8 months ago

Just trying to use this branch over here https://github.com/bernt-matthias/mb-galaxy-tools/pull/17.

mvdbeek commented 8 months ago

Seems to have worked ?

bernt-matthias commented 8 months ago

Seems to have worked ?

Yep :)

mvdbeek commented 8 months ago

New release ?

bernt-matthias commented 8 months ago

Would be nice, because cleaner in the CI over there (currently I install from a branch).

mvdbeek commented 8 months ago

https://pypi.org/project/planemo/0.75.21/