From 76632cf293f152c7a4fa15c647b97ae88a1e6b11 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Fri, 26 Feb 2021 11:25:28 +0000 Subject: [PATCH] Add note on opening default terminal Signed-off-by: Usha Mandya --- desktop/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dashboard.md b/desktop/dashboard.md index af8cb6949f..0c270bfac0 100644 --- a/desktop/dashboard.md +++ b/desktop/dashboard.md @@ -81,7 +81,7 @@ When the application starts successfully, from the Docker menu, select **Dashboa Now that you can see the list of running containers and applications on the Dashboard, let us explore some of the actions you can perform: - Click **Port** to open the port exposed by the container in a browser. -- Click **CLI** to open a terminal and run commands on the container. +- Click **CLI** to open a terminal and run commands on the container. If you have installed iTerm2 on your Mac, the CLI option opens an iTerm2 terminal. Otherwise, it opens the Terminal app on Mac, or a Command Prompt on Windows. - Click **Stop**, **Start**, **Restart**, or **Delete** to perform lifecycle operations on the container. Use the **Search** option to search for a specific object. You can also sort your containers and applications using various options. Click the **Sort by** drop-down to see a list of available options.