gluetun
multipass
gluetun | multipass | |
---|---|---|
376 | 135 | |
9,519 | 8,236 | |
4.8% | 1.7% | |
9.0 | 9.9 | |
11 days ago | about 16 hours ago | |
Go | C++ | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gluetun
-
Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
I've been using the LSIO Webtop images for a few years. They're awesome for composable desktops that I run behind a VPN for a quick and easy dirty connection at home.
Combine the Webtop images by forcing it's traffic through the Gluetun [0] container and you're up and running. These Webtop containers are nice and snappy as well thanks to Kasm. Awesome OSS.
[0] https://github.com/qdm12/gluetun
-
Mullvad will drop OpenVPN support
There is gluetun, https://github.com/qdm12/gluetun, which servers a similar purpose and supports ovpn and wireguard. It's mainly used with Docker to have namespace-based proxying of traffic for a container.
-
Custom command on docker startup after watchtower update
healthcheck: # https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220 test: "curl -sf https://example.com || exit 1" interval: 1m timeout: 10s retries: 2
-
Communicating with another docker container that is networked through a VPN container
I have containers a,b,c. Container C is running Gluetun (https://github.com/qdm12/gluetun) which is a VPN container.
- Restart vpn connection (new ip) from inside the container?
-
It's this time of the year again... which open-source project are you donating to?
The last couple of years I have been donating to Gluetun.
-
How to host a docker based proxy for selected containers
One option I could find is Gluetun, which looks very popular and actively maintained. In this case we have one single point of contact with VPN provider. The other containers should be run with network_mode: service:gluetun. If I understand correctly, those container will use VPN for every network operation, even for inter-container communication. Would they be visible for the containers not attached to gluetun (e.g. the SWAG reverse proxy)?
-
Express vpn container
Try setting it up. https://github.com/qdm12/gluetun See if it works for your needs.
-
Easy port-forwarding on linux
After some digging around, I found this project, which I think should get a lot more light on itself. It allows to setup port-forwarding on linux very easily, together with a lot of other things !
-
running a docker with a torrent client and vpn INSIDE the container... bad idea?
I setup Gluetun with qbittorrent in docker. Gluetun connects to the nord via manual login and I get to choose the specific servers I want it to you in its environment variables.
multipass
- Multipass: Ubuntu VMs on demand for any workstation
-
Setting Up an Ubuntu Dev Environment with Multipass and VS Code Remote-SSH
Download and Install Multipass Multipass makes creating and managing Ubuntu VMs extremely simple. Download it from the official website and follow the installation instructions for your OS.
- Boost your development environment with Ubuntu Multipass
-
Podman Desktop 1.11: Light mode and new Kubernetes features
I liked Multipass until I ran into storage corruption issues like many others [1][2] and broke all my VMs. On MacOS, Multipass uses qemu in which the apple-hvf support isn't getting much updates after 2021 [3].
[1]: https://github.com/canonical/multipass/issues/3455
-
Linux virtual machines, with a focus on running containers
Since we're here. What do people use when they need to test their software installs well on naked Ubuntu Server of some version? To not do manual setup in VMWare, can be Linux-only.
I've found Multipass https://multipass.run/ by Canonical and I wonder if anyone recommends it.
-
Setting up PHP 8.2 + Laravel 11 dev environment on Multipass
Install Multipass from https://multipass.run
-
k8s-snap (Canonical Kubernetes) pour un déploiement simple et rapide d’un cluster k8s …
Multipass orchestrates virtual Ubuntu instances
-
Packer Workflows with Jenkins
Multipass I love Multipass for quick Ubuntu instances spun up for testing or as a playground. Wish I would have known and used of it sooner.
-
VMs on macOS using Apple's native Virtualization.Framework
If you just need Ubuntu then you can try "Multipass" from Canonical (https://multipass.run/). Works quite well on my M2 Air. I haven't tried using Linux GUI with it though as I need only terminal based VMs.
- Multipass
What are some alternatives?
docker-wireguard-pia - A Docker container for using Wireguard with PIA.
lima - Linux virtual machines, with a focus on running containers
docker-qbittorrentvpn - Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
orbstack - Fast, light, simple Docker containers & Linux machines
openvpn-client
colima - Container runtimes on macOS (and Linux) with minimal setup