Skip to content

Commit

Permalink
Merge pull request intel#1044 from dlespiau/20170719-ciao-down-create
Browse files Browse the repository at this point in the history
documentation: ciao-down prepare is now ciao-down create
  • Loading branch information
Damien Lespiau authored Jul 25, 2017
2 parents 7f314dc + 68d00dc commit 19b0afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/Quickstart-Clear-Containers-in-a-Ubuntu-VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@ All you need to do to use ``ciao-down`` on your machine is:
* Install ``ciao-down``:

```
$ go get github.com/01org/ciao/testutil/ciao-down
$ go get -u github.com/01org/ciao/testutil/ciao-down
```

* Create a Clear Containers VM:


```
$ $GOPATH/bin/ciao-down prepare -vmtype clearcontainers
$ $GOPATH/bin/ciao-down create clearcontainers
$ $GOPATH/bin/ciao-down connect
```

## Usage of ``ciao-down``


```
$ ciao-down [prepare|start|stop|quit|status|connect|delete]
$ ciao-down [create|start|stop|quit|status|connect|delete]
- prepare : creates a new VM for ciao or clear containers
- create : creates a new VM
- start : boots a stopped VM
- stop : cleanly powers down a running VM
- quit : quits a running VM
Expand Down

0 comments on commit 19b0afa

Please sign in to comment.