Skip to content

Commit

Permalink
Add cloud-init usage example and link to blog post
Browse files Browse the repository at this point in the history
The readme currently does not provide an example of using cloud-init with multipass. This pull request fixes that and links to the blog post on the subject from the Ubuntu blog.
  • Loading branch information
aral authored Jan 7, 2019
1 parent f15e279 commit c54265e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ multipass launch --name foo
multipass exec foo lsb_release -a
```

## Pass a cloud-init file to an instance
```
multipass launch -n foo --cloud-init cloud-config.yaml
```

See [Using cloud-init with Multipass](https://blog.ubuntu.com/2018/04/02/using-cloud-init-with-multipass) on the Ubuntu blog for more details.

## Find available images
```
multipass find
Expand Down

0 comments on commit c54265e

Please sign in to comment.