/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.leifmadsen.com
| | blog.oddbit.com
1.2 parsecs away

Travel
| | A question that crops up regularly on #docker is "How do I attach a container directly to my local network?" One possible answer to that question is the macvlan network type, which lets you create "clones" of a physical interface on your host and use that to attach containers directly to your local network. For the most part it works great, but it does come with some minor caveats and limitations. I would like to explore those here.
| | ops.tips
1.3 parsecs away

Travel
| | Yet another blog post on how to create a virtual network that connects network namespaces using a brdige, veth pairs and iptables.
| | www.claudiokuenzler.com
1.4 parsecs away

Travel
| | How to run Rocky Linux 9 as LXC container, fix network and enable EPEL repositories
| | blog.quarkslab.com
6.6 parsecs away

Travel
| [AI summary] The provided text discusses the use of Linux namespaces to isolate network stacks, enabling the creation of isolated environments for processes. It covers topics such as network namespaces, virtual interfaces, bridges, and iptables rules to enable communication between namespaces and the outside world. The text also touches on other namespaces like USER, MNT, UTS, IPC, and CGROUP, and references various resources for further reading.