windows icon indicating copy to clipboard operation
windows copied to clipboard

[Question]: Modify configuration without reinstalation

Open LuanVorle opened this issue 1 year ago • 3 comments

Is your question not already answered in the FAQ?

  • [X] I made sure the question is not listed in the FAQ.

Is this a general question and not a technical issue?

  • [X] I am sure my question is not about a technical issue.

Question

I need to add pass-through USB device in a container already configured (I have installed some programs on it). Is it possible to add this device in Docker compose and update the VM without reinstalling everything?

LuanVorle avatar Jun 30 '24 19:06 LuanVorle

Yes, no problem.

kroese avatar Jul 02 '24 05:07 kroese

OK, but how should I do this? Just modify the compose.yml? Sorry, This is my first time using docker. I'm a little lost

LuanVorle avatar Jul 03 '24 20:07 LuanVorle

Hi LuanVorle, my issue is similar. I was trying to increase the memory RAM of the Docker (equivalent to modify the configuration without reinstalling https://github.com/dockur/windows/issues/607). I am not an expert either. I was reading about it, and I think the issue is related to the way Docker in general works. Docker facilitates deployment of apps and services, and windows is not exactly an "application or a service." Probably having access to the KVM behind the Docker would allow to modify the configuration of the VM itself.

lmargit avatar Jul 07 '24 18:07 lmargit

@LuanVorle Yes, just modify the compose.yml

kroese avatar Oct 05 '24 11:10 kroese