Add an image, network and volume manager #23
Replies: 4 comments 3 replies
-
I'd love to revive this discussion. To maintain single containers that have to be started via docker run. I'd love to have docker-compose for everything but version 3 of compose doesn't allow the use of macvlan networks and i need one for my adguard so it has a seperate ip adress. So being able to see / manage non-compose containers and especially networks would be awesome! |
Beta Was this translation helpful? Give feedback.
-
If you're referring to "version: "xx"" then that has been deprecated. I run OMV and did use a "version: 2" yml with a macvlan, I've removed the version line and it all still spins up and works. I've just tested my yml file with dockge after removing the version line, and it spins up fine, and I can login to, with no problems. Can I ask why you need to start containers with docker run? |
Beta Was this translation helpful? Give feedback.
-
Neither am I :)
|
Beta Was this translation helpful? Give feedback.
-
I glad it worked, I've spent time like that as well, you're sure you've tried something and then it just seems to work:) Regarding converting your "docker run" containers you do know dockge can convert your "docker run" line to a compose file? When you start dockge there is a 'Docker Run' box below the Home , and container state box, just paste your 'docker run' lines in there and click the 'Convert to compose' button and it will convert to a yaml file for you. |
Beta Was this translation helpful? Give feedback.
-
Description: I came across the project and was amazed by the UI and functionality it has so far. I noticed in the description that this project is maninly focuses on using one compose.yml file for everything and that if you are looking to manage multiple single containers, they should use Portainer or the docker CLI, correct me if I am wrong. I think this project has potential to become something big and even an alternative to portainer.
With that being said, I was hoping if you could incoproate some features from Portainer. For example, an image, networks and volume manager would be incredible to have since I and maybe many people, only use these three tools to manage their whole docker stack without needing any other features from portainer, which makes using Portainer feel bloated since we or I do not need any other tools from their service, but at the end of the day, I am not sure.
This is mainly a feature request to add an image, network and volume manager. Sorry if I went overboard with the description, I spoke what I felt the potential this project had if enough development was done.
Beta Was this translation helpful? Give feedback.
All reactions