From 8cc388dcb8534637dd8dc0db82a69e4b0f8e4782 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 14 Nov 2016 12:36:57 -0800 Subject: [PATCH] add ctrl-p ctrl-q warning --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a165e56d..ba0c4122 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ your nodes, just follow these instructions: - you should see the ngrok CLI - when it says "Tunnel Status: online", you're set! - browse to http://????????.ngrok.io, it will route to port 8000 -- you can stop ngrok with Ctrl-C, or put it in the background with - Ctrl-P Ctrl-Q -- if you put ngrok in the background, you can reattach or kill - its container like any other container -- you can also use `tmux` on your node, and keep each ngrok - instance running in its own tmux pane +- you can stop ngrok with Ctrl-C +- if you want to keep ngrok runing in the background, we recommend + that you use `tmux` +- NOTE: there might be a bug right now with play-with-docker and + Ctrl-P Ctrl-Q, so we don't recommend that you try to detach from + the ngrok container! Sorry...