LXC/LXD Networking


links

Linux Container Internals: Lab 1: Container Architecture (YouTube)

Configure Networking for LXD Virtual Machines on Ubuntu Linux (YouTube)

LXC - Guide to building a LXC Lab (YouTube)

How to set up a bridge for LXD containers (YouTube)


Demo of LXD/LXC (YouTube)

Expose port 80 from the internal side to the external side

sudo lxc configure device add webserver myport80 proxy \ listen=tcp:0.0.0.0:80 connect=tcp:127.0.0.1:80

In a browser go to ip-addr:80 ???? (also try curl)