mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #326] Issue Runnning on Ubuntu on Windows WSL #234
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#234
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 @midtur on GitHub (Aug 4, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/326
Icannot seem to get the docker container to work. It exits every time I try to start it. I get and error something like:
Unable to init server: Could not connect: Connection refused
kvm version too old
qemu-system-x86_64: failed to initialize kvm: Inappropriate ioctl for device
qemu-system-x86_64: falling back to tcg
#####################################################################
Below is the issue template output
#####################################################################
Linux 5.10.16.3-microsoft-standard-WSL2 #1
NAME="Ubuntu"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
Filesystem Size Used Avail Use% Mounted on
/dev/sdb 251G 9.6G 229G 5% /
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.17)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 6.0.0
total used free shared buff/cache available
Mem: 12Gi 1.9Gi 186Mi 406Mi 10Gi 9.9Gi
Swap: 4.0Gi 40Mi 4.0Gi
12
0
-rw-r--r-- 1 user user 0 Aug 4 13:07 /dev/kvm
total 8.0K
drwxr-xr-x 2 root root 4.0K Aug 4 01:01 .
drwxrwxrwt 4 root root 4.0K Aug 4 11:11 ..
asstast+ 1284 0.0 0.0 8168 740 pts/1 S+ 13:10 0:00 grep --color=auto dockerd
kvm❌108:user
docker❌119:user
libvirt❌121:user
libvirt-qemu❌64055:libvirt-qemu
libvirt-dnsmasq❌122:
@allansrc commented on GitHub (Aug 4, 2021):
have you tried upgrade your KVM client?
if not, try it out. version 4.2.1 (Debian 1:4.2-3ubuntu6.17) should work fine.
@midtur commented on GitHub (Aug 16, 2021):
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.17)
Hello, I have that version running already as stated in the diagnostic info above.