Skip to content

Commit

Permalink
fix(readme) add a warning that VM instances cannot be created on a Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lorumic authored and edlerd committed May 23, 2023
1 parent 66f45ca commit ebeaabf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ Targets small and large scale private clouds.

<details>
<summary>Setup LXD - Linux (with snap)</summary>
<br/>
<pre><code>snap install lxd
lxd init # can accept all defaults
lxc config set core.https_address "[::]:8443"</code></pre>
</details>

<details>
<summary>Setup LXD - Mac</summary>
<br/>

> :warning: **VM instances cannot be created with LXC + Multipass on a Mac**. Nested virtualization is unsupported.
First, if you have not already, you need to install [Homebrew](https://brew.sh/).

Expand Down

0 comments on commit ebeaabf

Please sign in to comment.