diff options
| author | sickcodes <[email protected]> | 2021-03-14 09:55:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-14 09:55:22 +0000 |
| commit | 5fc2b8b26307a81e66e9aae957315c18685f2fa7 (patch) | |
| tree | 506c29b3717c90cf0f2075f165c95580cae92fe3 /.github/ISSUE_TEMPLATE/issue-running-docker-osx.md | |
| parent | How to mount additional disks inside OSX (diff) | |
| download | docker-osx-5fc2b8b26307a81e66e9aae957315c18685f2fa7.tar.xz docker-osx-5fc2b8b26307a81e66e9aae957315c18685f2fa7.zip | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/issue-running-docker-osx.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue-running-docker-osx.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-running-docker-osx.md b/.github/ISSUE_TEMPLATE/issue-running-docker-osx.md new file mode 100644 index 0000000..1d266c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-running-docker-osx.md @@ -0,0 +1,26 @@ +--- +name: Issue Running Docker-OSX +about: OS related issued, please help us identify the issue by posting the output + of this +title: '' +labels: '' +assignees: '' + +--- + +# OS related issued, please help us identify the issue by posting the output of this +uname -a \ +; echo "${DISPLAY}" \ +; 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 |