LXC/LXD Network


links

LXC Linux containers complete tutorial (YouTube) (1 hr 31 sec)

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)

Linux Containers (LXC) Networking Deep Dive (YouTube)

Linux Containers (LXC) Networking Deep Dive (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)