✨ add "not_sync" flag on container #131
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
V4
Actual Behavior
When I reconfigure a container (changing labels, mounts, ports...) the changes will not be applied until I recreate the container.
If I make a change it is highly possible I forgot to recreate or want to postpone the recreation but nobody would know
Desired Behavior
I believe we should flag a container as soon as a change has been applied and the recreate has not been triggered.
This way I would know that the actual configuration of my container in the plugin and the actual docker being run is different.
As soon as the recreate is triggered the flag is removed.
The text was updated successfully, but these errors were encountered: