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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
I think it would be useful to have a button to effectively "destroy" and/or "reset" a set of service(s). This could be done fairly easily by implementing an API endpoint for docker-compose down -v. Essentially, what this would do is bring the container(s) and volume(s) back to the original committed state (for example, to reset a corrupt database, or to recover admin capabilities when somebody has lost a password).
Of course we need some clear prompts & warnings for this button, since it would effectively remove data.
If there is some interest in this issue I could look into creating a PR for this, time permitting.
The text was updated successfully, but these errors were encountered:
I think it would be useful to have a button to effectively "destroy" and/or "reset" a set of service(s). This could be done fairly easily by implementing an API endpoint for
docker-compose down -v
. Essentially, what this would do is bring the container(s) and volume(s) back to the original committed state (for example, to reset a corrupt database, or to recover admin capabilities when somebody has lost a password).Of course we need some clear prompts & warnings for this button, since it would effectively remove data.
If there is some interest in this issue I could look into creating a PR for this, time permitting.
The text was updated successfully, but these errors were encountered: