I use sudo docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk
command to run a elk container, and has populated many data to the container, but it cannot start now.
And I guess it's caused by one service named logstash in the container, so I want to start the container without start the logstash service.
There is one parameter -e LOGSTASH_START=0
to make the container not start the service, when create a new container.
How can I apply it to the exist container? I use windows docker-desktop 4.1.1.