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
Trying to import a mydocker.zip when mydocker already exists does not overwrite it, when it should, or at least have a flag to allow overwrite.
Valid user story:
If you destroy a docker instance, with say Digital Ocean, and regenerate it with the same name, you would want to overwrite the credentials and information stored in ~/.docker/machine/machines/
Currently you have to rm -rf ~/.docker/machine/machines/mydocker when having a overwrite flag would be very helpful
The text was updated successfully, but these errors were encountered:
Trying to import a
mydocker.zip
whenmydocker
already exists does not overwrite it, when it should, or at least have a flag to allow overwrite.Valid user story:
If you destroy a docker instance, with say Digital Ocean, and regenerate it with the same name, you would want to overwrite the credentials and information stored in
~/.docker/machine/machines/
Currently you have to
rm -rf ~/.docker/machine/machines/mydocker
when having a overwrite flag would be very helpfulThe text was updated successfully, but these errors were encountered: