-
Notifications
You must be signed in to change notification settings - Fork 285
Description
Tell us about your request
Please provide a UI to allow container configuration settings that can be changed to be set from Docker Desktop. For example, the restart policy for a currently running container instance. This allows a user to perform these actions without having to remember the docker commands to update them in case they need to be changed after a container has been started. This should also allow the user to see the parameters that were used to startup a specific container.
Which service(s) is this request for?
Docker Desktop
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Sometimes a container might be configured at runtime with a setting that needs to be changed at a later date. For example, I forgot to specify that a specific container should restart always. There is no current way to do this without fully remembering the exact way a container was started and then changing/adding the appropriate settings.
Are you currently working around the issue?
No easy ones. The best is to lookup any settings and then manually attempt to implement the changes.
Additional context
I currently do not see any way to do this.