From 9a697e8f6cb08a492d95b0a9855454a72c0cb722 Mon Sep 17 00:00:00 2001 From: Altai-man Date: Sat, 25 Aug 2018 13:42:37 +0300 Subject: [PATCH 1/2] Fix command in plan --- resources/demos/30-guess-uuid-network/thePlan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/demos/30-guess-uuid-network/thePlan.txt b/resources/demos/30-guess-uuid-network/thePlan.txt index 6a6afbb..08e3e6a 100644 --- a/resources/demos/30-guess-uuid-network/thePlan.txt +++ b/resources/demos/30-guess-uuid-network/thePlan.txt @@ -9,8 +9,8 @@ kill -s USR1 #Go back Show now in inspection mode. #Run original docker container -docker run -p game:s0 +docker run -p 8080:8080 game:s0 #run script docker ps -./debug \ No newline at end of file +./debug From 2afbaa2610b55b3bc00fbd82ed7741717ce45815 Mon Sep 17 00:00:00 2001 From: Altai-man Date: Sat, 25 Aug 2018 13:51:23 +0300 Subject: [PATCH 2/2] Add SIG prefix --- resources/demos/30-guess-uuid-network/thePlan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/demos/30-guess-uuid-network/thePlan.txt b/resources/demos/30-guess-uuid-network/thePlan.txt index 08e3e6a..ea9884a 100644 --- a/resources/demos/30-guess-uuid-network/thePlan.txt +++ b/resources/demos/30-guess-uuid-network/thePlan.txt @@ -4,7 +4,7 @@ node --inspect server-build.js # From another window ps -C node -kill -s USR1 +kill -s SIGUSR1 #Go back Show now in inspection mode.