mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Add note about the fact that LXD may conflict with an already running dnsmasq
This commit is contained in:
parent
3b1ade01a7
commit
5748513a49
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -109,10 +109,14 @@ Here is the development flow:
|
||||||
|
|
||||||
First you need to install the system dependencies.
|
First you need to install the system dependencies.
|
||||||
|
|
||||||
`ynh-dev` essentially requires Git and the LXD/LXC ecosystem.
|
`ynh-dev` essentially requires Git and the LXD/LXC ecosystem. Be careful that
|
||||||
|
**LXD can conflict with other installed virtualization technologies such as
|
||||||
|
libvirt or vanilla LXCs**, especially because they all require a daemon based
|
||||||
|
on DNSmasq and therefore require to listen on port 53.
|
||||||
|
|
||||||
On a Debian-based system (regular Debian, Ubuntu, Mint ...), LXD can be
|
On a Debian-based system (regular Debian, Ubuntu, Mint ...), LXD can be
|
||||||
installed using `snapd`. On other systems like Archlinux, it's probably that you
|
installed using `snapd`. On other systems like Archlinux, you will probably also
|
||||||
will also be able to install `snapd` using the system package manager (or even
|
be able to install `snapd` using the system package manager (or even
|
||||||
`lxd` directly).
|
`lxd` directly).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue