Skip to content

Commit

Permalink
Merge #556
Browse files Browse the repository at this point in the history
556: Add cloud-init usage example and link to blog post r=ricab a=aral

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.

Co-authored-by: Aral Balkan <[email protected]>
  • Loading branch information
bors[bot] and aral committed Jan 8, 2019
2 parents 09335ce + c54265e commit f3ed010
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 f3ed010

Please sign in to comment.