You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the restart commands in the context menus behave inconsistent.
The restart command in the context menu of a compose file in the Explorer View will do an docker compose down followed by an docker compose up
The restart action on the context menu in the docker panel when selecting a stack will do a docker compose restart.
Could we change that to doing only a restart in both cases and add a recreation command that does the downup cycle?
For context, we have a stack of test-dbs without mount, so to reset the data down and up is enough. But we start it by default with a different name than the default compose name. But the restart command in the Explorer View will not work, as it will take the default name for the stack. And the restart in docker panel will not work as a normal restart will not recreate the container.
The text was updated successfully, but these errors were encountered:
Hi,
the restart commands in the context menus behave inconsistent.
The restart command in the context menu of a compose file in the Explorer View will do an
docker compose down
followed by andocker compose up
The restart action on the context menu in the docker panel when selecting a stack will do a
docker compose restart
.Could we change that to doing only a restart in both cases and add a recreation command that does the
down
up
cycle?For context, we have a stack of test-dbs without mount, so to reset the data
down
andup
is enough. But we start it by default with a different name than the default compose name. But the restart command in the Explorer View will not work, as it will take the default name for the stack. And the restart in docker panel will not work as a normal restart will not recreate the container.The text was updated successfully, but these errors were encountered: