mirror of https://github.com/docker/docs.git
Fix rm removes typo
This commit is contained in:
parent
daa3aebf88
commit
1d5d5cb29c
|
@ -4,7 +4,7 @@ keywords: machine, rm, subcommand
|
|||
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.
|
||||
|
||||
```none
|
||||
|
@ -61,4 +61,4 @@ foo - virtualbox Running tcp://192.168.99.100:2376 v1.9.
|
|||
$ docker-machine rm -y foo
|
||||
About to remove foo
|
||||
Successfully removed foo
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue