-
We built something similar for docker-compose based projects: https://gitlab.com/hukudo/ingress
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
If you don't need a GUI, the following combo works pretty well:
- https://github.com/abiosoft/colima
- https://github.com/peterldowns/localias
-
container-shell
Starts and attaches a sandboxed shell using docker with access to the current or project directory
Just use orbstack, it gives you https and hostnames.
Shameless plug: https://github.com/jrz/container-shell in combination with orbstack. Isolated dev environment, easy to use, local tools, https
-
I have another personal solution [0]. It's a DNS server that also gets a wildcard certificate and make it available with a secret. This is definitely in the convenience over security relm, but it resolve any pattern prefix-123-123-123-123-suffix.example.com to the enclosed ip (e.g. 123.123.123.123). It will resolve to 127.0.0.1 or any other ip happily. Now you just need to use the associated cert and enjoy https. Works great from with k8s ingress, caddy, node.. You don't have to fiddle with your trusted store and it works for everybody. I took inspiration from https://nip.io/ for the dns part.
[0] https://github.com/jpambrun/dnsssl
-
I have another personal solution [0]. It's a DNS server that also gets a wildcard certificate and make it available with a secret. This is definitely in the convenience over security relm, but it resolve any pattern prefix-123-123-123-123-suffix.example.com to the enclosed ip (e.g. 123.123.123.123). It will resolve to 127.0.0.1 or any other ip happily. Now you just need to use the associated cert and enjoy https. Works great from with k8s ingress, caddy, node.. You don't have to fiddle with your trusted store and it works for everybody. I took inspiration from https://nip.io/ for the dns part.
[0] https://github.com/jpambrun/dnsssl
-
I was working on something similar with https://github.com/cpendery/wock. Never finished it up, but this looks promising
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Vagrant on Apple Silicon M4: KVM vs QEMU vs Libvirt – What Works Best?
-
Colima: Container runtimes on macOS (and Linux) with minimal setup
-
Solving Permission Issues with PostgreSQL and Docker Compose on macOS Using Colima
-
Ultimate Guide to Containerized Development on Mac ARM Chips: Efficient Setup with Colima and Docker
-
Accelerating the Performance of Rosetta in Linux VMs on Apple Silicon