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.
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.