romancin / tinymediamanager-docker

A repository for creating a docker container including TinyMediaManager with GUI interface.
203 stars 69 forks source link

Quit the application #33

Open ileodo opened 4 years ago

ileodo commented 4 years ago

Is there a way to quit the application without shutdown the container?

My use case is:

  1. the container will be running 24/7, and the application is up by default
  2. in my automation:
    docker exec -it tinymediamanager [quit_application.sh] && /config/tinyMediaManagerCMD.sh -updateMovies -scrapeNew && [start_application.sh]

Thanks.