WIP: Seeking Issue Template Suggestions #81

Closed
opened 2025-12-28 23:23:25 +01:00 by adam · 1 comment
Owner

Originally created by @sickcodes on GitHub (Oct 18, 2020).

Any suggestions or additions to this would be greatly appreciated :)


uname -a \
; 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

Example output:

Linux hostname 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000 x86_64 GNU/Linux
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme1n1p1  936G  840G   50G  95% /
QEMU emulator version 5.1.0
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 6.8.0
              total        used        free      shared  buff/cache   available
Mem:           30Gi       6.2Gi        17Gi       815Mi       6.8Gi        23Gi
Swap:          11Gi          0B        11Gi
16
16
crw-rw-rw- 1 root kvm 10, 232 Oct 18 11:50 /dev/kvm
total 0
drwxrwxrwt  2 root root   60 Oct 18 09:34 .
drwxrwxrwt 18 root root  600 Oct 18 12:12 ..
srwxrwxrwx  1 user users   0 Oct 18 09:34 X0
root        9089  0.0  0.0  15336  7036 pts/1    S+   10:24   0:00 sudo dockerd
root        9090  0.9  0.4 2703176 158744 pts/1  Sl+  10:24   1:07 dockerd
user       21753  0.0  0.0   6316  2304 pts/26   S+   12:17   0:00 grep --color=auto dockerd
f5ca99da6582        vnc                 "/bin/sh -c './enabl…"   26 minutes ago      Up 26 minutes       0.0.0.0:8888->5999/tcp, 0.0.0.0:50922->10022/tcp   docker-osx-vnc
kvm:x:78:user,root
docker:x:970:user
libvirt:x:966:user,root
libvirtdbus:x:969:root,user
Originally created by @sickcodes on GitHub (Oct 18, 2020). Any suggestions or additions to this would be greatly appreciated :) ```bash uname -a \ ; 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 ``` Example output: ``` Linux hostname 5.9.1-arch1-1 #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000 x86_64 GNU/Linux NAME="Arch Linux" PRETTY_NAME="Arch Linux" Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 936G 840G 50G 95% / QEMU emulator version 5.1.0 Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers libvirtd (libvirt) 6.8.0 total used free shared buff/cache available Mem: 30Gi 6.2Gi 17Gi 815Mi 6.8Gi 23Gi Swap: 11Gi 0B 11Gi 16 16 crw-rw-rw- 1 root kvm 10, 232 Oct 18 11:50 /dev/kvm total 0 drwxrwxrwt 2 root root 60 Oct 18 09:34 . drwxrwxrwt 18 root root 600 Oct 18 12:12 .. srwxrwxrwx 1 user users 0 Oct 18 09:34 X0 root 9089 0.0 0.0 15336 7036 pts/1 S+ 10:24 0:00 sudo dockerd root 9090 0.9 0.4 2703176 158744 pts/1 Sl+ 10:24 1:07 dockerd user 21753 0.0 0.0 6316 2304 pts/26 S+ 12:17 0:00 grep --color=auto dockerd f5ca99da6582 vnc "/bin/sh -c './enabl…" 26 minutes ago Up 26 minutes 0.0.0.0:8888->5999/tcp, 0.0.0.0:50922->10022/tcp docker-osx-vnc kvm:x:78:user,root docker:x:970:user libvirt:x:966:user,root libvirtdbus:x:969:root,user ```
adam closed this issue 2025-12-28 23:23:26 +01:00
Author
Owner

@sickcodes commented on GitHub (Mar 14, 2021):

Added 38c84714ee

@sickcodes commented on GitHub (Mar 14, 2021): Added https://github.com/sickcodes/Docker-OSX/commit/38c84714eea447d92e94ca03e0cd67f39f7066f9
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#81