|
You are here |
vadosware.io | ||
| | | | |
www.michelebologna.net
|
|
| | | | | [AI summary] The author explains how to send emails from a Docker container using ssmtp by configuring external SMTP relays, dedicated Docker containers, or the host MTA through various networking strategies. | |
| | | | |
blog.oddbit.com
|
|
| | | | | 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. | |
| | | | |
www.claudiokuenzler.com
|
|
| | | | | How to run Rocky Linux 9 as LXC container, fix network and enable EPEL repositories | |
| | | | |
mike42.me
|
|
| | | If you use the libvirt virtualisation libraries, then you will be familiar with the "user session". This feature lets you provision virtual machines to run under a regular, unprivileged user account.\nThe user session is used by GNOME Boxes, and can also be managed from Virtual Machine Manager.\nThe main downside to this setup is that a regular user can only access a very limited range of networking options. The last time that I mentioned this in a blog post, a reader pointed out that you can actually use qemu-bridge-helper to provide bridged networking to unprivileged virtual machines.\n | ||