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 Jan 19, 2024. It is now read-only.
dunes --destroy-container will start a container before destroying one. This is very inefficient and, if the container has become corrupt, frustrating!
The text was updated successfully, but these errors were encountered:
Many arguments do not require a running container (e.g. --version), however, the architecture currently requires one for member function calls. This can be fixed by converting the member functions into statics and calling them without creating the container. See --help for an example of a call that does not create a container.
Propose list of arguments that should not require a container to review with team
Make updates to have these arguments no longer be dependent on the existence of a container
Right now, the dunes::docker object starts the container in init(). Instead, I think we should add some support functions to determine the container state (e.g. is_running(), is_exited(), is_stopped(), etc, ???) and some additional functions to control that state (e.g. start(), stop(), destroy()).
dunes --destroy-container
will start a container before destroying one. This is very inefficient and, if the container has become corrupt, frustrating!The text was updated successfully, but these errors were encountered: