How to run docker container without any defined pipelines

Is it possible to start logstash within it's docker container (docker.elastic.co/logstash/logstash:7.16.2) without any defined pipelines.

Or is there a simple pipeline I can use that will prevent docker from shutting down. Simply using stdin and stdout seem to trigger a shutdown.

I can't seem to find any documentation on doing this.

My use case is that I have some super weird ODBC driver that I need to [figure out how to] install and test within the container but I need to do it without all my other pipelines from running if possible.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.