mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Add yet another warning message for when the container doesn't have access to the internet
So people as dumb as me doesn't waist their time too.
This commit is contained in:
parent
618d46aadb
commit
510d3c5fdc
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ This should automatically download from `devbaseimgs.yunohost.org` a pre-build y
|
|||
|
||||
After starting the LXC, your terminal will automatically be attached to it. If you later disconnect from the LXC, you can go back in with `./ynh-dev attach`. Later, you might want to destroy the LXC. You can do so with `./ynh-dev destroy`.
|
||||
|
||||
If you container **doesn't have an ip address nor access to internet**, this is likely because you either have a conflict with another virtualization system or that a program running on the host is using the port 53 and therefore prevent LXD's dnsmasq to run correctly (as stated before in the setup section.)
|
||||
|
||||
## 3. Development and container testing
|
||||
|
||||
After SSH-ing inside the container, you should notice that the *directory* `/ynh-dev` is a shared folder with your host. In particular, it contains the various git clones `yunohost`, `yunohost-admin` and so on - as well as the `./ynh-dev` script itself.
|
||||
|
|
Loading…
Reference in a new issue