Docker-OSX icon indicating copy to clipboard operation
Docker-OSX copied to clipboard

while runing the docker image locally getting the below error

Open premnttdata opened this issue 3 years ago • 3 comments

docker run --device /dev/kvm --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix -e "DISPLAY=${DISPLAY:-:0.0}" docker-osx docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory. ERRO[0000] error waiting for container: context canceled

premnttdata avatar May 08 '22 15:05 premnttdata

You seem to be missing kvm.

you can check if you have kvm available by using the kvm-ok command from cpu-checker package
the output you want is:

INFO: /dev/kvm exists
KVM acceleration can be used

If not, you will need to get KVM working first before attempting to use this project.

Read the Initial setup guide for more details.

dumbasPL avatar May 19 '22 09:05 dumbasPL