Skip to content
This repository was archived by the owner on Mar 28, 2018. It is now read-only.

Commit 0c9d6bb

Browse files
author
Damien Lespiau
committed
documentation: ciao-down prepare is now ciao-down create
We've changed a bit how ciao-down creates new VMs so it's not tied to ciao as much as before. See: ciao-project/ciao#1362 Update the documentation to follow that change. Fixes: #1045 Signed-off-by: Damien Lespiau <[email protected]>
1 parent 7f314dc commit 0c9d6bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Quickstart-Clear-Containers-in-a-Ubuntu-VM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ All you need to do to use ``ciao-down`` on your machine is:
5555

5656

5757
```
58-
$ $GOPATH/bin/ciao-down prepare -vmtype clearcontainers
58+
$ $GOPATH/bin/ciao-down create clearcontainers
5959
$ $GOPATH/bin/ciao-down connect
6060
```
6161

6262
## Usage of ``ciao-down``
6363

6464

6565
```
66-
$ ciao-down [prepare|start|stop|quit|status|connect|delete]
66+
$ ciao-down [create|start|stop|quit|status|connect|delete]
6767
68-
- prepare : creates a new VM for ciao or clear containers
68+
- create : creates a new VM
6969
- start : boots a stopped VM
7070
- stop : cleanly powers down a running VM
7171
- quit : quits a running VM

0 commit comments

Comments
 (0)