You can now run pipeline.py from the docker host but also from inside a container. This may turn into a maintenance nightmare. Consider splitting this or removing host access accept via http requests to the pipeline container.
Actually, this is not a maintenance nightmare. Recent changes make sure that the host version of the pipeline runner and the dockerized version of it run from the same configuration files.
You can now run
pipeline.py
from the docker host but also from inside a container. This may turn into a maintenance nightmare. Consider splitting this or removing host access accept via http requests to the pipeline container.