Is there a way to connect lxd through docker bridge to Traefik?

I have a few docker container that run fine through Traefik (dbserver, traefik monitor, dbadmin). I wanted to attach a code-server as well, but the docker variant is very poor (I’d like to use gdd, gcc, etc), so I decided to create an lxd container with the code server in it. I don’t want to attach it to my internal network (through a phisycal eth device) so I’m curious if I can attach it through docker network and also open it to the web through Traefik.

P.S.: Sorry for my grammar, I’m not a native speaker…

Thanks in advance!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.