-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Adding a volume to an existing kitematic container ? #1923
Comments
And to add, the documentation images showed here https://kitematic.com/docs/managing-volumes/ do not match what I'm seeing - (I'm running Docker on Mac) |
What you're seeing is images that properly declare the volume that they allow user to map - Unfortunately not images are made equally, which results in no volume mapping shown. For Kitematic to display the option, the image needs to have a |
This... makes no sense. You don't have to have a VOLUME in the Dockerfile to work with mapping diskspace. Give people the option to do host mapping of disks regardless of there being VOLUME or not. |
@FrenchBen So why is this closed? It's still an issue. |
@FrenchBen any chance we can get further comment on this? As @aaomidi said this isn't a requirement of docker that I'm aware of, just one that seems arbitrarily enforced here in kitematic. This was also confusing and frustrating as a newer kitematic user. Under the Here are the images from the first page of https://hub.docker.com/explore and if they include
That's 9 NO and 6 YES. Some other notable images, note the first one:
That's 9 NO and 4 YES |
I'm also interested in getting further comments on this. For me, not having a way to add a volume to an apache image defeats the purpose of using Kitematic for dev purposes. |
Found Kinematic today and am abandoning it because of this issue. Could not for the life of me figure out why such a simple task was impossible to accomplish. Back to the command line I go. |
There Is no way to add volumes on existent container using Kitematic? Little lost at this point... |
+1 - As a developer, I would like to use local tools to work inside a docker container. |
@FrenchBen is there any update on why this issue was closed? Or at least a "we have no plans to support this option" so someone else might pick up the work? |
@bemcculley Kitematic detects the VOLUME entry to show the mapping, it's not a question of needing it for mapping to work as @aaomidi alluded to. It's an OSS project, anyone can contribute and help make it better. :) |
That's a shame - I was looking for this feature as well. I can run the image on the command line and add a volume that way (obviously) but it's pretty poor to not be able to add volumes after the fact. I would love to see this feature supported. |
@FrenchBen Maybe reopen this issue then? Obviously this is a major problem for a significant part of the community. |
You can connect directly to the VM and run the docker commands from inside the VM with a In the settings > volumes tab I have access to [CHANGE] the local folder. I confirmed the container will populate the folder with settings, although in my particular case I'm debugging why it fails to start. There may be some additional restrictions (aside from the /c/Users/). 🔮 |
Reopen, being able to add volume mappings from the UI should be a standard feature. |
Signed, this feature would be very nice! |
Love to see the fix for volume map in Kitematic |
+1 |
2 similar comments
+1 |
+1 |
same |
👍 any alternatives/existing workarounds for now, though? |
I opened a new issue to try and raise awareness. Please thumb up here: #4399 |
Wrote a pull request at #4401. Hopefully now there isn't an excuse to not do this :) |
Thanks @droidmahn , portainer works great. I was able to add more volumes to my existing containers, and it handled recreating and restarting them automatically, without any issue. It also has lots of options for the containers and other great stuff, like creating images and stacks. It doesn't seem to like Kitematic's container linking though, and it shows containers which are linked to from other containers as "linked_name:name". |
I am new to Docker, decided going the route of Kitematic and now discovering the volume setting is not always exposed? |
@bartclaeys I have a PR open that fixes it, until then I recommend avoiding kitematic. |
Would be awesome to see the fix for volume map in Kitematic! Otherwise the best tool to get started with docker. |
still issue? shieeet |
I would say so. Similar GUI, but project based and more options. |
a workaround that worked for me is to create a symlic from the c:\Users\user.myprojects to d:\myprojects |
Still have a problem on my mac |
What kind of joke is this? The point of this GUI is so I don't have to use -v on the command line. |
Docker is not responding to its real user community. According to this post alone, this missed requirement has been an Gaping Requirement Open Sore Systems software (GROSS) for 3.5 years. This NEEDS to be a CORE feature of the CORE Docker product. This missed requirement is like in "the marketing idiot old days" of 2000 when Documentum had only an API for its "Users" (aka programmers), and the Documentum Desktop was created as a "demo" for a particular customer to illustrate how to use the "product". Other customers found out about it and insisted on having the demo source code with their purchase. It took Documentum many years to create a "Whole Product" offering, by which time their document management software competition had passed them by. What Fools be Docker Marketing???? Are they paying attention to their customers' requirements? Obviously not. Or are they only catering to the requirements of their surrogate users (their internal developers and marketing staff who used to be Docker developers and now represent the "User Community". Surrogate users' are by definition out of touch with the real users of the product. @dstibbe got it right... "What kind of joke is Docker/Kitematic?" GROSS software is unconscionable. Kitematic / Docker ... get your program "with the program" and enable your users. |
Most every example showing volumes starts from an image via command line. How do I add a volume share to an existing kitematic container ?
(I have Docker Kitematic 0.12.0)
The text was updated successfully, but these errors were encountered: