I use Dockge (in addition to portainer as a 'something went sideways and I need more capabilities'), which has this ability built-in. It's quite nice.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I use this almost every time I need to launch something on my Portainer setup. It’s not perfect but works like a charm to convert simpler docker runs into yaml files.
Hey I love this tool but be careful if your docker run command is super long or complicated, it's not perfect.
I recently discovered k3d. It’s a light wrapper around k3s, which is kubernetes on docker. It’s amazingly easy to use! If you have docker installed, you can learn the commands and create a k8s cluster in under 5 minutes.
For anyone like me that likes k8s, k3d is a fantastic alternative to docker compose!
I guess it's finally to the point where selfhosters can admit to using k8s and not be bombarded by comments saying it's overkill, which has happened in the past for:
- Self hosting at all
- Using VMs
- Using containers
- Using docker compose
- Using k8s (⬅️ I guess we are here)
- Using helm charts or whatever ends up replacing this
Anyway, I believe there is a tool also to turn docker compose files into k8s manifests if we want to take this a step further!