mirror of https://github.com/docker/docs.git
commit
4608b0a8fb
|
|
@ -4,7 +4,7 @@ keywords: machine, rm, subcommand
|
||||||
title: docker-machine rm
|
title: docker-machine rm
|
||||||
---
|
---
|
||||||
|
|
||||||
Remove a machine. This removese the local reference and deletes it
|
Remove a machine. This removes the local reference and deletes it
|
||||||
on the cloud provider or virtualization management platform.
|
on the cloud provider or virtualization management platform.
|
||||||
|
|
||||||
```none
|
```none
|
||||||
|
|
@ -61,4 +61,4 @@ foo - virtualbox Running tcp://192.168.99.100:2376 v1.9.
|
||||||
$ docker-machine rm -y foo
|
$ docker-machine rm -y foo
|
||||||
About to remove foo
|
About to remove foo
|
||||||
Successfully removed foo
|
Successfully removed foo
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue