Explore >> Select a destination


You are here

blog.leifmadsen.com
| | pw999.wordpress.com
1.4 parsecs away

Travel
| | I'm trying out new things like libvirt, CoreOS and Kubernetes.
| | virtualzone.de
1.6 parsecs away

Travel
| | I'm running my containers with Podman in Rootless Mode on Alpine for about four months now. However, an annoying problem has haunted me ever since: When a container was connected to more than one network, outgoing connections were not working correctly. Consider a container connected to two bridge networks: $ podman run --rm -it \ --network net1 \ --network net2 \ alpine /bin/ash Inside the container, the two networks are connected correctly:
| | 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.
| | timothymiller.dev
19.2 parsecs away

Travel
| My adventure in creating my own NAS on a budget.