vmorganp / Lazytainer

Docker container lazy loading
MIT License
559 stars 20 forks source link

Issue on machine without IPV6 #66

Open charettemtb opened 1 month ago

charettemtb commented 1 month ago

Hi, Thanks for your project, looking forward to using this.

I got this issue 'panic: open /proc/net/udp6: no such file or directory'. Probably because I've no ipv6 connectivity on my server. Is it possible to render ipv6 optionnal ?

Thanks !

vmorganp commented 1 month ago

Just pushed https://github.com/vmorganp/Lazytainer/commit/89aa33ebbd6b11ff7944064c89104626902ad5a7 which should allow you to toggle ipv4 and ipv6.

Can you try updating your compose with

lazytainer:
  # ... configuration omitted for brevity
  environment:
    - IPV6_DISABLED=true

and see if that does what you need?