mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added solution for host network mode in Ubuntu 20.10+.
This commit is contained in:
parent
01e99ab72e
commit
a39314949e
@ -146,3 +146,11 @@ sudo service docker stop
|
||||
sudo bash -c 'rm -rf /var/lib/docker/*'
|
||||
sudo service docker start
|
||||
```
|
||||
|
||||
#### `iptables-nft`
|
||||
|
||||
On Ubuntu 20.10 and later in host network mode (default) one may encounter problem with nested containers not seeing each other. It happens because legacy and nftables rules are out of sync. Problem can be solved by:
|
||||
|
||||
```
|
||||
sudo iptables -P FORWARD ACCEPT
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user