docker-machine-driver-scaleway icon indicating copy to clipboard operation
docker-machine-driver-scaleway copied to clipboard

docker-machine rm hangs if server doesn't exist

Open karser opened this issue 6 years ago • 0 comments

I tried the binary v1.4-dev from this PR https://github.com/scaleway/docker-machine-driver-scaleway/pull/85#issuecomment-387473527

➜  Downloads docker-machine rm scw2
About to remove scw2
WARNING: This action will delete both local reference and remote instance.
Are you sure? (y/n): y
^C
➜  Downloads docker-machine rm scw2 --force
About to remove scw2
WARNING: This action will delete both local reference and remote instance.
^C

karser avatar May 10 '18 13:05 karser