mikedm139
Members
-
Joined
-
Last visited
Solutions
-
mikedm139's post in Unable to edit docker container configs since upgrade to 7.0.0 was marked as the answerFor anyone who stumbles across this looking for a solution. Here's the result of my adventure.
As suggested here, I forced an update of the affected containers via the command line like this:
/usr/bin/php -q /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/update_container $CONTAINER_NAME
I tried to do a bulk update using the script in this comment, but it seemed to only work on the containers that were recognized as "native" and ignored all the containers marked "3rd-party". Rather than spend a bunch of time debugging the script, I just ran the one-liner a bunch of times (once for each affected container).