From 8e3516804192b7e5dc6e8bb3dae17fd406864a4d Mon Sep 17 00:00:00 2001 From: name Date: Mon, 15 Jun 2020 13:07:37 +0000 Subject: [PATCH] ssh instructions and easy find old box --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4aa3f..ade1266 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X1 # need more RAM and SSH on 0.0.0.0:50922? -docker run -e RAM=6 -p 50922:10022 --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest +docker run -e RAM=4 -p 50922:10022 --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest + +ssh fullname@localhost -p 50922 ``` @@ -164,6 +166,9 @@ your image will be stored in: /var/lib/docker/overlay2/...../arch/OSX-KVM/home/arch/OSX-KVM/mac_hdd_ng.img ``` +# fast way +sudo find /var/lib/docker -size +10G | grep mac_hdd_ng.img + # note the container id docker ps