wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
35 stars 2 forks source link

Allow to detach during installation #5

Closed vilhelmprytz closed 4 years ago

vilhelmprytz commented 4 years ago

Is your feature request related to a problem? Please describe. If creating a server that takes a long time to install, waiting for installation can be tedious.

Describe the solution you'd like Add an option, like --detach that allows the installation to occur in the background. Would require the interface to handle the installation state better.

The user should also be able to just CTRL+C if the installation takes too long, without the installation container dying.