From e24dc87bee6ddec7a4bf2056658d94b828084568 Mon Sep 17 00:00:00 2001 From: Agile Developer Date: Thu, 26 Jan 2017 13:25:46 +0100 Subject: [PATCH] docker exec -i -t sh --- kitematic/userguide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kitematic/userguide.md b/kitematic/userguide.md index f86702c63d..dfc7ec7e8a 100644 --- a/kitematic/userguide.md +++ b/kitematic/userguide.md @@ -81,11 +81,12 @@ so this will reset this log view. ### Starting a terminal in a container -The "Terminal" icon at the top of the container summary will `docker exec sh `. +The "Terminal" icon at the top of the container summary will `docker exec -i -t sh`. This will allow you to make quick changes, or to debug a problem. > **Note**: Your exec'ed `sh` process will not have the same environment settings -> as the main container process and its children. +> as the main container process and its children. +> Get the environment commands for your shell: `docker-machine env default`. ### Managing Volumes