mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Network device error when restarting container #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fvbock on GitHub (Sep 11, 2020).
after running and installing the system, and then shutting down the OS/container and then trying to restart it by doing
docker start <containerID>will result in a container that instantly exits.
i feel i am missing something simple...?
@fvbock commented on GitHub (Sep 12, 2020):
after checking
/var/log/syslogi see that there seems to be an issue with bringing the network device back:@fvbock commented on GitHub (Sep 12, 2020):
ok. found the issue. had to
chmod 666 /dev/kvmagain. it had lost the permissions@sickcodes commented on GitHub (Sep 12, 2020):
Great to hear you were able to solve this :)