Add a destroy
command to the wrapper script to support removing the currently running geodesic container
#798
Labels
help wanted
Extra attention is needed
Describe the Feature
It would be great to have a
geodesic destroy
or similar command to remove the currently running image.Use Case
This would help in clearing the existing container in the case that the user no longer wants it around.
Describe Ideal Solution
geodesic destroy
would lookup the running geodesic container ID and issue adocker rm $CONTAINER_ID
against it.Alternatives Considered
N/A
Additional Context
N/A
The text was updated successfully, but these errors were encountered: