mirror of https://github.com/docker/docs.git
Merge pull request #12398 from usha-mandya/iterm2-patch
Add note on opening default terminal
This commit is contained in:
commit
732bbdceed
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue