From 1d6168dfed25a6bb628b551a5fb42b17be927336 Mon Sep 17 00:00:00 2001
From: haruna <w10776e8w@yahoo.co.jp>
Date: Thu, 28 Oct 2021 08:12:11 +0900
Subject: [PATCH 1/2] fix: command to launch sickcodes/docker-osx:auto

add option `-e GENERATE_UNIQUE=true`
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index fc91ea0..716c640 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,7 @@ docker run -it \
     -p 50922:10022 \
     -v /tmp/.X11-unix:/tmp/.X11-unix \
     -e "DISPLAY=${DISPLAY:-:0.0}" \
+    -e GENERATE_UNIQUE=true \
     sickcodes/docker-osx:auto
 
 # username is user

From 9639fa22894d8f97e49d302dfe8e8b94550c10ae Mon Sep 17 00:00:00 2001
From: sickcodes <65906298+sickcodes@users.noreply.github.com>
Date: Fri, 29 Oct 2021 17:28:36 +0000
Subject: [PATCH 2/2] [@eggplants](https://github.com/eggplants)  Fix command
 to launch sickcodes/docker-osx:auto #366

---
 CREDITS.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index 6fd43ec..025ed7c 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -94,4 +94,6 @@ This project now uses the fantastic OpenCore bootloader from the community OpenC
 
 [@Silfalion](https://github.com/Silfalion) - [https://github.com/Silfalion/Iphone_docker_osx_passthrough](https://github.com/Silfalion/Iphone_docker_osx_passthrough)
 
-[@Buthrakaur](https://github.com/Buthrakaur) readme - improve instructions for running on windows #361
\ No newline at end of file
+[@Buthrakaur](https://github.com/Buthrakaur) readme - improve instructions for running on windows #361
+
+[@eggplants](https://github.com/eggplants)  Fix command to launch sickcodes/docker-osx:auto #366