Hi,
I am running docker-ce within an lxd container. LXD is hosted on Manjaro. What I’m looking to do is to be able to run front-end (gui) applications on my Manjaro installation which access the nested docker container by IP address.
I’m not sure if that’s achievable or not? I could of course run several lxd containers but I wanted to experiment to see if I could just run nested docker containers instead.
I’ve done some research but was getting a bit confused! It looks like I may need to use the macvlan networking but not sure if that is valid for my use case.
TIA