Docker-OSX/.github/ISSUE_TEMPLATE/issue-running-docker-osx.md

27 lines
645 B
Markdown
Raw Permalink Normal View History

2021-03-09 12:13:08 +00:00
---
2021-03-14 09:55:22 +00:00
name: Issue Running Docker-OSX
about: OS related issued, please help us identify the issue by posting the output
of this
2021-03-09 12:13:08 +00:00
title: ''
labels: ''
assignees: ''
---
# OS related issued, please help us identify the issue by posting the output of this
uname -a \
2021-03-14 09:55:22 +00:00
; echo "${DISPLAY}" \
2021-03-09 12:13:08 +00:00
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version \
; free -mh \
; nproc \
; egrep -c '(svm|vmx)' /proc/cpuinfo \
; ls -lha /dev/kvm \
; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd \
; docker ps | grep osx \
; grep "docker\|kvm\|virt" /etc/group