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
Given I want to remove a docker machine
When I execute the command
$ docker-machine rm test-docker-machine About to remove test-docker-machine
Are you sure? (y/n): y
Error removing host "test-docker-machine": The method is not allowed for the requested URL.
Then I execute docker ls
And the output looks like
test-docker-machine - scaleway Error Unknown "95bdefdc-21c7-4487-a09c-b0e1adae59fb" not found
Note: the scaleway machine if effectively removed, running a consecutive docker-machine rm -f solve the problem on the docker side.
Environment:
scaleway/scaleway/docker-machine-driver-scaleway: stable 1.0.1, HEAD
docker-machine version 0.7.0, build a650a40
The text was updated successfully, but these errors were encountered:
Given I want to remove a docker machine
When I execute the command
Then I execute
docker ls
And the output looks like
test-docker-machine - scaleway Error Unknown "95bdefdc-21c7-4487-a09c-b0e1adae59fb" not found
Note: the scaleway machine if effectively removed, running a consecutive
docker-machine rm -f
solve the problem on the docker side.Environment:
The text was updated successfully, but these errors were encountered: