Skip to content

Commit

Permalink
[enh] Add advice about conflict inclus docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zamentur authored Oct 3, 2024
1 parent ce294e6 commit 0354ede
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ It could be due to bridge conflict (for example if you have incus installed too)

This [ticket](https://github.com/YunoHost/issues/issues/1664) could help.

If you have docker and incus, and your dns resolution inside incus container does not work at all, you can try:
```
sudo iptables -I DOCKER-USER -i incusbr0 -o eno1 -j ACCEPT
```

## Remote Development Environment

Here is the development flow:
Expand Down

0 comments on commit 0354ede

Please sign in to comment.