As of 1.4.0 Dockge supports adding additional agents to an instance. So you can control all your compose projects across servers from a single Dockge instance.
Awesome, I wasn't following closely the project, this is one of the features I was looking for. Now it's only missing GitOps functionality. If that's ever added, for me Portainer will officially be dead for managing docker🎉
For everyone that has already Running Compose Stacks or want to switch from Portainer to it and every Compose Stack is grayed out and says "This stack is not managed by Dockge.", there is a simple solution for it. For me it worked that I manually created a new stack (+compose) with the same name as Dockge shows it and paste the Docker-Compose file in it and save it. After I had done this with a Stack I could Control it.
I recently fell down the Home Lab rabbit hole, which is by itself a detour from the Home Automation rabbit hole. As a result, I came across your channel. I had only just gotten Portainer going with a couple of stacks when I found this video. I installed Dockge to try it out and completely moved my config over to it immediately. Thanks for this vide and for what looks like a great channel overall!
I just heard about this yesterday...it has sped up my docker container creation and managing. Been doing mostly docker compose for everything but when troubleshooting, this is faster for me. Plus I'm only 1month into this whole docker homelab thing.
All migrated and running on Dockge now. 👍 I love Update button. 👍 Build command in compose seems to work (unlike in Portainer) 🙏 It would be nice to include some basic volume/image/network management, at least Prune button 😏 🤔 For some reason my changedetection was not able to communicate with chrome-browser within the same stack until I manually added them to the same internal network (that was not needed with Portainer) But overall I am quite happy.
Wow I was searching for a simpler/lighter alternative to portainer for a long time, almost decided to make on myself (but would never be as good as this)
Happy and Healthy New Year to Christian and all the Christian Lempa viewers! Who's watching in 2024? I never clicked a video so fast. This is very interesting and informative.
This looks like a good replacement for Portainer for me. I'm about to go back to just keeping my Swarm in files because Portainer, even if great, is just too much fluff since I only use it to have a quick view from time to time. I was looking into one solution which was terminal based however this does look nice.. uptime-kuma dev has great taste. Thank you for a great video as always, Christian!
There is one thing missing from it tho. And that is docker image managment EDIT: My current setup is yacht (replacement to portainer) with dockge. Highly recommend!
Hi Christian, dockge creates projects with root privileges (see at 11:37), so if you use a folder structure in your home directory, dockge managed projects are no more accessable with your user.
I love that it now has an agent model for running multiple instances. I am wondering if one of those agents was deployed on a Docker Swarm manager, if then you could deploy stacks on docker swarm. (I haven't tried that yet)
@@Pendrgn it'd be great to see a video comparing the two. I'm a creature of habit and always need a excuse before trying something new. If there's no real benefit from switching to something new I generally won't. Some these features do seem nice and even the UI looks nice. I'll slap it on my "maybe" list... Lol.
On big missing feature in Portainer is that you don't get to see the cli output from docker/docker-compose. Which means that when something goes wrong it will just dump an error notification without any context. This will show everything. And also, it's very clear where the docker-compose yaml files are for dockge. They are all in the same place and accessible via the filesystem.
@@Jonteponte71 this is looking much better than Portainer, even though I've held tight to it for some time now... It may be time to let go and embrace Dockge. :-)
Wow, this is a great new discovery: I have been using portainer on my homelab mini server since more than 3 years, and I have many containers running my home services, and backing up the stacks was a burden on me: every few months I used to manually go and copy the stack yml from portainer and save it in yml files on my PC for backup. This Dockage is something that will turn my containers upside down ;) This is a first step in the "Infrastructure as Code" transformation
Great video! I am new to docker and its additional applications. This is good work. Could you let us know what type of terminal you are using? So much nicher than any other terminal I have seen.
Quick semi-relevant question about sensitive information and the .env file: What makes storing that in the .env file safer? I could see the benefit for a streamer/TH-camr who does a tutorial in their compose file, so it's not there right on the screen, but if you're using Dockge for your tutorial that benefit already disappears. Is there really a good reason to store sensitive info in the .env file?
It's better to store the secrets outside the compose files because I'm storing them on Git, etc. The .env file is not the most ideal, but the best I have right now
Wenn Du mir zeigen kannst, wie ich Discourse (das Forensystem) mittels Dockge oder auch Portainer bauen und verwalten kann, dann gerne. Geht aber m.W.n. nicht, da die Entwickler ein total blödes Setup gebaut haben, was im Prinzip die Nutzer dazu zwingt eine einzige Instanz standardmäßig auf einen Server laufen zu lassen. Ich möchte Serverressourcen sinnvoller nutzen, weshalb ich mir immerhin schon die Mühe gemacht habe, auf einen Server zwei Discourse Instanzen laufen zu lassen. Das Forensystem ist einfach genial und die eierlegende Wollmichsau unter den Open Source Projekten. Doch die Verwaltung und das deployen neuer Instanzen ist ein Graus.
I kinda don't understand why you would you store docker-compose.yml files in one folder?! In my case if I have project, I using git and as I using git I also add compose file here, so that when I deploy with CI/CD I also deploy with docker and I just run that compose file from CI/CD. In cases where I didn't do CI/CD, I still git clone repository with all files including compose and I just run it from here. It also make it easy to run file and check logs since there is only one docker-compose file in active folder (otherwise you would need to pass config argument with file name)... So, it only confusing.
I'll keep tabs on it. I manage everything I possibly can in compose files because it's easy to maintain and deploy, but there are some notable misses here such as support for secrets (I'm assuming. I didn't see it anywhere on the UI).
Well it's just docker compose under the hood. The GUI doesn't recognize it but if you currently run secrets and have the compose files set accordingly, it'll work.
Hey Christian! So bittersweet! I've been waiting for years for a good Portainer alternative, and this seemed just like it, I love it! Missing few things, but on its way! Unfortunately, the development seems stalled! Many issues, PRs awaiting for months :( Would you like to shape a product like so, if someone else builds it? (which already has a POC)
Thanks for the feedback, yes, that's one of the problems of small open-source hobby projects... the lack of support and maintenance. I thought it would be still good to cover it, but the more I'm thinking about it, the more I'm worried about that topic. That was quite similar to NPM and now Dockge seems to have the same issues. What do you mean by your last sentence?
@@christianlempa Yeah, it happens :/ My last sententce: I've contributed a lot on the Coolify upgrade from v3 (JS) -> v4 (Laravel), but it continued a direction of a PaaS. My vision for a Dashboard is more on the realm of Portainer/Dockge/Semaphore/Grafana. I'm asking if you want to collab with feedback on such a project (still proof of concept, but move fast), for selfhosting and homelabbing?
Can't seem to get this to work. Every folder/file it creates is owned by root:root and makes it more of a pain to use than not. It's been a while and I remember this being an issue before but cannot recall right now how to resolve it. Either way, would love to get this working but seems more work than what my current workflow is. Still, good find and nice video.
Thanks! I found it to be more useful to create projects only in dockge when I'm managing them in dockge solely, and for anything else I will create the project as my user and only use dockge for troubleshooting, stopping, restarting, visibility, etc.
This seems very cool I’m definitely gonna check it out, I don’t know if I’m going to abandon portainer but I can see this being very helpful. I personally like to keep /edit my docker-compose.yml files on my computer and ssh them to my docker host. This way I can easily try it out on my test box once I’ve perfected it, then deploy it to my production box. I’m willing to give this a try though. Thanks for sharing. Also, what terminal are you using?
I'm not sure if I've correctly understood. Is possible to share volomes among containers? If I have a folder with photo, is it possible to share it beetween 2 containers?
Dude I’m so flipping lost! Installed perfectly, can login and see everything, but once I create the stack and container for Flowise it continues to give me errors. I’m following everything to a T, but there isn’t enough documentation on Dockge for even GPT4 to help.
Is there a button to update all running containers? I really hate that you have to use so many steps in portainer (I don’t want to use watchtower). Although a bit concerning that “delete” deletes all files that are mapped into the container, this doesn’t sound correct.
Big thanks. I think this is what I was searching for since portainer was too overloaded for my requirements. I'm wondering if this projects name is pronounced 'dockedge' or like you did it it 'dock Gee Eee'. Anyone here who knows this?
I am running Docker on an OS that doesn’t have a docker-compose install. Does it have its own docker-compose or do I need to install it on the host OS? Any tool that allows me to own my configuration is a major win over Poratainer.
Hi Christian + thanks for your Video. This seems a nice web based manamegemt UI for many docker compose projects on one or many docker hosts, but I see all my containers "grayed out" and when I click on one I get the message "This stack is not managed by Dockge."... To Container-log shows this errors: 2024-01-09T18:07:29+01:00 [GETSERVICESTATUSLIST] ERROR: Error: spawn docker ENOENT at __node_internal_captureLargerStackTrace (node:internal/errors:496:5) at __node_internal_errnoException (node:internal/errors:623:12) at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Had the same issue. For me it worked that I manually created a new stack (+compose) with the same name as Dockge shows it and paste the Docker-Compose file in it and save it. After I had done this with a Stack I could Control it.
@@Jan12700 Hi, that´s not the way how it is described on github, but it worked on my test docker host (with 15 container). Bevor I use it on my prod docker (> 40 container) I wait till the next release and a result to my issue on github.
@@christianlempa I don't really need it, but I think it would be a great addition to portainer, making it even easier to manage variables in compose files and so on.
"Incorrect order of source and target of mounts Inconsistent case-sensitivity No automatically created custom networks for inter-container communication Inconsistent compose implementations on different architectures Pulls every tag on update when you don't set a specific tag Capabilities are hidden and some don't work at all on ARM platforms"
Portainer is more featureful but there is too much clicking around for simple things. I end up opening several tabs for a single stack to edit, see the logs, and use the terminal. You also can’t see what Portainer is doing when you’re starting a new stack and it’s pulling images for example. It just “spins” and eventually either works or spits out a temporary notification pop up which the whole error doesn’t always fit it. Dockge lets you do most of that in a single screen without jumping around.
They are still much easier than having to deal with actually installing all the applications on the same server verbatim. I am running 22 containers on my NAS. That would be a nightmare to manage on bare metal.
Containers aren't created to make technology easier for consumers, but to make developer workflows and deployment processes easier. As always in IT, you still need to know what you're doing, and why you're doing it this way. Enjoy the learning process! It's so much fun :D
@@christianlempa Yes they are designed for developers who know nothing about servers (or who want to know nothing about servers). For ad hoc development they are indeed easier than setting up a server. But for any devop or admin tasked to administer production containers, the level of complexity is insane to the point where with Kubernetes clustering and monitoring it's indistinguishable from the expense and complexity of server admin. I see a lot of people using containers as replacements for servers or other purposes in an appropriate way e.g. having 22 instances of an application instead of one instance with 22 users.
@@illegalsmirf "I see a lot of people using containers as replacements for servers" I mean I have 50 containers on a single VM on a single mini-server... What would be the alternative you suggest, having 50 VMs? Or even better, having 50 physical servers??? I guess you can see why we use containers...
As of 1.4.0 Dockge supports adding additional agents to an instance. So you can control all your compose projects across servers from a single Dockge instance.
Awesome, I wasn't following closely the project, this is one of the features I was looking for. Now it's only missing GitOps functionality. If that's ever added, for me Portainer will officially be dead for managing docker🎉
@@cybr774 Out of curiosity what GitOps functionality are you looking for?
Thanks for the update on that! I wasn't aware of that change.
love to hear that
Awesome! This is great news, thanks for sharing
I deinstalled Portainer after using Dockge for about 30 minutes (and I haven't missed it). Highly recommended!
lol :D
Dockge doesn't show a summary ports used by the containers. If you have 30 containers, Portainer shows their ports in a single list.
I did the opposite!
Probably the best video so far showing how to use dockge. Nicely done.
Thank you :)
For everyone that has already Running Compose Stacks or want to switch from Portainer to it and every Compose Stack is grayed out and says "This stack is not managed by Dockge.", there is a simple solution for it. For me it worked that I manually created a new stack (+compose) with the same name as Dockge shows it and paste the Docker-Compose file in it and save it. After I had done this with a Stack I could Control it.
That's a bit weird, make sure you followed the stacks settings correctly.
I recently fell down the Home Lab rabbit hole, which is by itself a detour from the Home Automation rabbit hole. As a result, I came across your channel. I had only just gotten Portainer going with a couple of stacks when I found this video. I installed Dockge to try it out and completely moved my config over to it immediately.
Thanks for this vide and for what looks like a great channel overall!
Awesome story! Thank you so much for being here :)
Hey Christian please make video on your terminal setup again last one is 2 years ago lot of stuff is changed.
Well, until Warp is available on anything other than MacOS, it's useless to me. Hopefully they will release a Linux version soon.
Are you talking about that rusty terminal yeah I am also waiting for that@@Jimmy_Jones
@@Jimmy_Jones then take a look at wave terminal 👍
It's already planned! Somewhere in Feb, there will be an update video to this :)
There is a life beyond Portainer.
:D
I just heard about this yesterday...it has sped up my docker container creation and managing. Been doing mostly docker compose for everything but when troubleshooting, this is faster for me. Plus I'm only 1month into this whole docker homelab thing.
awesome!
I love uptime Kuma and this looks amazing! Exactly the right level of simplicity for small home lab without any hardcore crap!
Thanks
Awesome!
All migrated and running on Dockge now.
👍 I love Update button.
👍 Build command in compose seems to work (unlike in Portainer)
🙏 It would be nice to include some basic volume/image/network management, at least Prune button 😏
🤔 For some reason my changedetection was not able to communicate with chrome-browser within the same stack until I manually added them to the same internal network (that was not needed with Portainer)
But overall I am quite happy.
Louis Lam knows how to design nice UIs.
true :D
Wow I was searching for a simpler/lighter alternative to portainer for a long time, almost decided to make on myself (but would never be as good as this)
Happy and Healthy New Year to Christian and all the Christian Lempa viewers! Who's watching in 2024? I never clicked a video so fast. This is very interesting and informative.
Happy new year :)
i just started getting comfortable with using cli 😁but i'm also still using portiner, i'll definitely give dockge a try later down the road
Awesome to hear!
This looks like a good replacement for Portainer for me. I'm about to go back to just keeping my Swarm in files because Portainer, even if great, is just too much fluff since I only use it to have a quick view from time to time. I was looking into one solution which was terminal based however this does look nice.. uptime-kuma dev has great taste. Thank you for a great video as always, Christian!
Yep, 100% agree! :)
There is one thing missing from it tho. And that is docker image managment
EDIT: My current setup is yacht (replacement to portainer) with dockge. Highly recommend!
@@brunekxxx91I really cant see the advantage of writing templates... Then i can write a compose.yml directly.
Great video, Christian! Greetings from Argentina!
thanks :)
thx for the video, 2 months that i use dockge, i like it, i dont think i will be back to portainer, portainer has too much functionnality for my use
I love Dockge. I switched to Dockge and it runs nicely. Been using for couple months.
Awesome!
This is a tasteful piece of software! It will save me a lot of time... and it is colorful!!!
Rarely use anything beside CLI but portainer still looks better. Thanks for the vid.
Thanks for watching!
Nice, this looks like exactly what I need as I wanted to switch from a portainer + docker run command list to docker compose. Perfect timing! :)
Awesome :D
Do stacks not exist for you in portainer?
I am using Dockge on my Home server for a while and it’s almost perfect
Awesome :D
Hi Christian, dockge creates projects with root privileges (see at 11:37), so if you use a folder structure in your home directory, dockge managed projects are no more accessable with your user.
Thanks!
I love that it now has an agent model for running multiple instances. I am wondering if one of those agents was deployed on a Docker Swarm manager, if then you could deploy stacks on docker swarm. (I haven't tried that yet)
Awesome, don't know tbh, but I'll try it out
now I am curious can we run portainer and dockage on a single system !!
There's no reason why you couldn't
thats what i was thinking that would give us a decent best of both worlds ! @@christianlempa
I recently found Dockge and have really enjoyed it. great lil app!
Nice
What's more important is that Dockge supports Podman that means he can be a solution also in production environment end not just in a lab.
Good point!
Like Portainer?
I love the update being a one click button in the UI and the env. vars are great as well! 🎉
Seems just like it.
@@Pendrgn it'd be great to see a video comparing the two. I'm a creature of habit and always need a excuse before trying something new. If there's no real benefit from switching to something new I generally won't. Some these features do seem nice and even the UI looks nice. I'll slap it on my "maybe" list... Lol.
Surely u cabbies stacks in Portainer.
What looks great to me in Dockge is that you can build the Yaml through the guide in guided way.
On big missing feature in Portainer is that you don't get to see the cli output from docker/docker-compose. Which means that when something goes wrong it will just dump an error notification without any context. This will show everything. And also, it's very clear where the docker-compose yaml files are for dockge. They are all in the same place and accessible via the filesystem.
@@Jonteponte71 this is looking much better than Portainer, even though I've held tight to it for some time now... It may be time to let go and embrace Dockge. :-)
Thanks for sharing i will give it a try today!
Hope you enjoy
Wow, this is a great new discovery: I have been using portainer on my homelab mini server since more than 3 years, and I have many containers running my home services, and backing up the stacks was a burden on me: every few months I used to manually go and copy the stack yml from portainer and save it in yml files on my PC for backup. This Dockage is something that will turn my containers upside down ;)
This is a first step in the "Infrastructure as Code" transformation
Awesome
For once, I can say that I've been using a software before the Home Lab tubers have talked about it
Finally
You should become my video researching source :D
Thank you for this discovery. It's a nice way to learn docker compose strcture too. Very nice. ;-)
Glad you like it!
Great video! I am new to docker and its additional applications. This is good work.
Could you let us know what type of terminal you are using? So much nicher than any other terminal I have seen.
Thanks :) I’m using warp, full video on my channel
Quick semi-relevant question about sensitive information and the .env file: What makes storing that in the .env file safer? I could see the benefit for a streamer/TH-camr who does a tutorial in their compose file, so it's not there right on the screen, but if you're using Dockge for your tutorial that benefit already disappears. Is there really a good reason to store sensitive info in the .env file?
It's better to store the secrets outside the compose files because I'm storing them on Git, etc. The .env file is not the most ideal, but the best I have right now
Incredible!!!! I like it!
Thank you :)
Yes it is wonderful! Use it for some weeks now. 🎉
Wonderful!
Wenn Du mir zeigen kannst, wie ich Discourse (das Forensystem) mittels Dockge oder auch Portainer bauen und verwalten kann, dann gerne. Geht aber m.W.n. nicht, da die Entwickler ein total blödes Setup gebaut haben, was im Prinzip die Nutzer dazu zwingt eine einzige Instanz standardmäßig auf einen Server laufen zu lassen. Ich möchte Serverressourcen sinnvoller nutzen, weshalb ich mir immerhin schon die Mühe gemacht habe, auf einen Server zwei Discourse Instanzen laufen zu lassen. Das Forensystem ist einfach genial und die eierlegende Wollmichsau unter den Open Source Projekten. Doch die Verwaltung und das deployen neuer Instanzen ist ein Graus.
I plan to deploy it. Still learning about containers.
Awesome! Hope it works :)
Great video and I'll certainly be trying it out!
Awesome! Tell us how it works
What terminal are you using? I love how it’s staying at the top and scrolls down
Warp Terminal, made a video about it :)
Very nice video and project, THX.
thank you so much :)
Dare i say i like editing my compose with NANO
Well, do what fits best your style :)
I kinda don't understand why you would you store docker-compose.yml files in one folder?! In my case if I have project, I using git and as I using git I also add compose file here, so that when I deploy with CI/CD I also deploy with docker and I just run that compose file from CI/CD. In cases where I didn't do CI/CD, I still git clone repository with all files including compose and I just run it from here. It also make it easy to run file and check logs since there is only one docker-compose file in active folder (otherwise you would need to pass config argument with file name)... So, it only confusing.
Tell me how you use GPT chat for practical purposes, both paid and free?
Thank you! This is exactly what i need🎉 i dont like portainer,too much stuff for beginner
Awesome, glad you like it!
would be great if you could add the setup to your github boilerplate repo. In particular, the labels required to run it in conjunction with traefik...
Yep, good point! Will be addressed in #416
Dang, my Ubuntu server installation wont connect to the internet. :(.
I'll keep tabs on it. I manage everything I possibly can in compose files because it's easy to maintain and deploy, but there are some notable misses here such as support for secrets (I'm assuming. I didn't see it anywhere on the UI).
Well it's just docker compose under the hood. The GUI doesn't recognize it but if you currently run secrets and have the compose files set accordingly, it'll work.
Secret management shouldn't be handled by the web UI, in my opinion. It's a function that should be implemented by docker or podman
A good video!!! Thank you 🙏🏻
Thank you so much :)
Hey Christian! So bittersweet! I've been waiting for years for a good Portainer alternative, and this seemed just like it, I love it! Missing few things, but on its way!
Unfortunately, the development seems stalled! Many issues, PRs awaiting for months :(
Would you like to shape a product like so, if someone else builds it? (which already has a POC)
Thanks for the feedback, yes, that's one of the problems of small open-source hobby projects... the lack of support and maintenance. I thought it would be still good to cover it, but the more I'm thinking about it, the more I'm worried about that topic. That was quite similar to NPM and now Dockge seems to have the same issues.
What do you mean by your last sentence?
@@christianlempa Yeah, it happens :/ My last sententce: I've contributed a lot on the Coolify upgrade from v3 (JS) -> v4 (Laravel), but it continued a direction of a PaaS. My vision for a Dashboard is more on the realm of Portainer/Dockge/Semaphore/Grafana. I'm asking if you want to collab with feedback on such a project (still proof of concept, but move fast), for selfhosting and homelabbing?
I was looking for this exactly
Nice :)
thanks, installed while watching, need to check out if i can integrate, greets
looks good definitely give it a go
Have fun!
Hi Christian!
Great video of yours, what is that terminal emulator called that you use in this video?
Thanks! I'm using Warp terminal
So this is Portainer but OpenSource
Portainer is open source too :D but anyway, it's a great tool agreed :)
what kind of CLI is this?
Warp
As a noob, Portainer is helpful when i am creating a stack because it points out errors in my syntax, does Dockge do the same?
Been using Dockge now about a month. it does do this and has been very easy to use and manage stacks
can it update itself?
I don't think it does, haven't tried it out yet though
unifi-network-application
This stack is not managed by Dockge.
Is it possible to get it managed by Dockge somehow?
Can't seem to get this to work. Every folder/file it creates is owned by root:root and makes it more of a pain to use than not. It's been a while and I remember this being an issue before but cannot recall right now how to resolve it. Either way, would love to get this working but seems more work than what my current workflow is. Still, good find and nice video.
Thanks! I found it to be more useful to create projects only in dockge when I'm managing them in dockge solely, and for anything else I will create the project as my user and only use dockge for troubleshooting, stopping, restarting, visibility, etc.
This seems very cool I’m definitely gonna check it out, I don’t know if I’m going to abandon portainer but I can see this being very helpful. I personally like to keep /edit my docker-compose.yml files on my computer and ssh them to my docker host. This way I can easily try it out on my test box once I’ve perfected it, then deploy it to my production box. I’m willing to give this a try though. Thanks for sharing. Also, what terminal are you using?
Awesome! I'm using Warp Terminal :)
can this help with mapping drives to a docker container? let's say I have docker running on one pc and I want to access a folder from my nas?
Seems like he is trying to recreate portainer which is fine and great if he is keeping 100% foss. Something the portainer devs did not do.
Damn, that’s nice!
Yes it is :D
I'm not sure if I've correctly understood. Is possible to share volomes among containers? If I have a folder with photo, is it possible to share it beetween 2 containers?
Yep it is ;)
Dude I’m so flipping lost! Installed perfectly, can login and see everything, but once I create the stack and container for Flowise it continues to give me errors. I’m following everything to a T, but there isn’t enough documentation on Dockge for even GPT4 to help.
If Dockge allows to sync my stacks using Git, I WILL replace Portainer.
that would be amazing
Thank you very much!
You're welcome!
Is there a button to update all running containers? I really hate that you have to use so many steps in portainer (I don’t want to use watchtower).
Although a bit concerning that “delete” deletes all files that are mapped into the container, this doesn’t sound correct.
Maybe they'll add it
Big thanks. I think this is what I was searching for since portainer was too overloaded for my requirements.
I'm wondering if this projects name is pronounced 'dockedge' or like you did it it 'dock Gee Eee'. Anyone here who knows this?
Haha, no idea how to pronounce it, and I bet I've done it all wrong :D
I am running Docker on an OS that doesn’t have a docker-compose install. Does it have its own docker-compose or do I need to install it on the host OS? Any tool that allows me to own my configuration is a major win over Poratainer.
Compose is now part of the Docker CLI, the old docker-compose package is deprecated.
the backend network should have probably been an internal network right?
?
Does it support docker swarm?
Thank you.
You're welcome :)
How can run the dockge behind traefik 2.11 ?
Check out my traefik video if you need some tutorials
Hi Christian + thanks for your Video. This seems a nice web based manamegemt UI for many docker compose projects on one or many docker hosts, but I see all my containers "grayed out" and when I click on one I get the message "This stack is not managed by Dockge."... To Container-log shows this errors:
2024-01-09T18:07:29+01:00 [GETSERVICESTATUSLIST] ERROR: Error: spawn docker ENOENT
at __node_internal_captureLargerStackTrace (node:internal/errors:496:5)
at __node_internal_errnoException (node:internal/errors:623:12)
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Had the same issue. For me it worked that I manually created a new stack (+compose) with the same name as Dockge shows it and paste the Docker-Compose file in it and save it. After I had done this with a Stack I could Control it.
@@Jan12700 Thanks, this is not the way how it is described on github, but it works 🙂
This is weird, never had this issue before, but maybe you could raise an issue on GitHub and find out what's going wrong.
@@Jan12700 Hi, that´s not the way how it is described on github, but it worked on my test docker host (with 15 container). Bevor I use it on my prod docker (> 40 container) I wait till the next release and a result to my issue on github.
Wear your sunglasses at 4:49 😎
:D
It would be great to integrate it into portainer
why?
@@christianlempa I don't really need it, but I think it would be a great addition to portainer, making it even easier to manage variables in compose files and so on.
Does it support Swarms? :O
no idea
What terminal is this?
Warp Terminal
Dockge ... is just missing some vowels in its name.
Whats wrong with portainer... ?
"Incorrect order of source and target of mounts
Inconsistent case-sensitivity
No automatically created custom networks for inter-container communication
Inconsistent compose implementations on different architectures
Pulls every tag on update when you don't set a specific tag
Capabilities are hidden and some don't work at all on ARM platforms"
Well, there's nothing "wrong" with Portainer, it's some another tool that is also great :)
cd portainer
docker compose down
lol
why not a portainer?
Portainer is more featureful but there is too much clicking around for simple things. I end up opening several tabs for a single stack to edit, see the logs, and use the terminal. You also can’t see what Portainer is doing when you’re starting a new stack and it’s pulling images for example. It just “spins” and eventually either works or spits out a temporary notification pop up which the whole error doesn’t always fit it.
Dockge lets you do most of that in a single screen without jumping around.
why not docker cli? :D
Who do I need to bribe to get warp term on linux? :)
Some day it will happen :D
TIL the file compose.yml is preferred over docker-compose in 2024
Yep, good one!
It seems that managing containers is almost as complex as managing servers, and I thought containers were created to be simpler and easier to manage?
They are still much easier than having to deal with actually installing all the applications on the same server verbatim. I am running 22 containers on my NAS. That would be a nightmare to manage on bare metal.
Managing containers is very easy you just must know what you do, that why most people don't even need a UI to manage containers
Containers aren't created to make technology easier for consumers, but to make developer workflows and deployment processes easier. As always in IT, you still need to know what you're doing, and why you're doing it this way. Enjoy the learning process! It's so much fun :D
@@christianlempa Yes they are designed for developers who know nothing about servers (or who want to know nothing about servers). For ad hoc development they are indeed easier than setting up a server. But for any devop or admin tasked to administer production containers, the level of complexity is insane to the point where with Kubernetes clustering and monitoring it's indistinguishable from the expense and complexity of server admin. I see a lot of people using containers as replacements for servers or other purposes in an appropriate way e.g. having 22 instances of an application instead of one instance with 22 users.
@@illegalsmirf "I see a lot of people using containers as replacements for servers" I mean I have 50 containers on a single VM on a single mini-server... What would be the alternative you suggest, having 50 VMs? Or even better, having 50 physical servers??? I guess you can see why we use containers...
That's a terrible name for a project.
haha true :D
bla, bla, bla, WTF ? What system do you use ?? Windows, Unix, Linux,, OS ? or Free DOS ?
first?
Indeed, first. Here you are 🏆.
:D
it's a security risk. somebody can brute force into your entire docker system by trying your password....
???