mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #79] Network device error when restarting container #64
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/79
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 :)