(name . bug-guix)(address . bug-guix@gnu.org)
Hello Guix!
I had this surprise today, after reconfiguring my Guix System with an
upgraded docker:
Upon attempting to run an existing container created with the previous
Docker version, I got:
Toggle snippet (3 lines)
ERROR: for moodle-docker_db_1 Cannot start service db: Unknown runtime specified /gnu/store/jx64b4nnh6yvsbp117bfjc5spqz0jfq5-runc-1.0.0-rc6/sbin/runc
It seems the containers retain the exact references to the runc used,
and it somehow cause the execution to fail when it doesn't match with
the runc that the current Docker program is using.
The workaround is to destroy the containers and recreate them from
scratch on this upgraded Docker instance.
Thanks,
Maxim