mirror of https://github.com/docker/docs.git
Fix some typos and minor grammatical issues
This commit is contained in:
parent
19d53e58dc
commit
0c0bb49154
|
|
@ -2,7 +2,7 @@
|
|||
+++
|
||||
title = "Kitematic User Guide: Intro & Overview"
|
||||
description = "Documentation that provides an overview of Kitematic and installation instructions"
|
||||
keywords = ["docker, documentation, about, technology, kitematic, gui"]
|
||||
keywords = ["docker, documentation, about, technology, kitematic, gui"]
|
||||
[menu.main]
|
||||
parent="smn_workw_kitematic"
|
||||
+++
|
||||
|
|
@ -78,12 +78,12 @@ The currently detected "web" ports are, `80`, `8000`, `8080`, `3000`, `5000`,
|
|||
|
||||
### Viewing container logs
|
||||
|
||||
You can view the entire main container process' log output either by cicking on the "Logs"
|
||||
You can view the entire main container process' log output either by clicking on the "Logs"
|
||||
preview image, or by clicking on the "Logs" tab.
|
||||
|
||||
You can then scroll through the logs from the current running container. Note that
|
||||
if you make changes to the container Settings, then the container will be restarted,
|
||||
so will reset this log view.
|
||||
if you make changes to the container settings, then the container will be restarted,
|
||||
so this will reset this log view.
|
||||
|
||||
### Starting a terminal in a container
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ use the default directory created for the website_files volume. Instead, you
|
|||
already have the HTML, Javascript, and CSS for your website under
|
||||
`~/workspace/website`.
|
||||
|
||||
Navigate to the "Settings" tab of the container, and goto the "Volumes". This
|
||||
Navigate to the "Settings" tab of the container, and go to the "Volumes". This
|
||||
screen allows you to set the mappings individually.
|
||||
|
||||

|
||||
|
|
@ -142,12 +142,12 @@ Many images use environment variables to let you customise them. The "General"
|
|||
"Settings" tab allows you to add and modify the environment variables used to
|
||||
start a container.
|
||||
|
||||
The list of Environment variables will show any that have been set on the image
|
||||
The list of environment variables will show any that have been set on the image
|
||||
metadata - for example, using the `ENV` instruction in the Dockerfile.
|
||||
|
||||
<TODO: image of the jenkins container>
|
||||
|
||||
Wen you "Save" the changed environment variables, the container will be stopped
|
||||
When you "Save" the changed environment variables, the container will be stopped,
|
||||
removed and re-created.
|
||||
|
||||
### Delete container
|
||||
|
|
@ -155,14 +155,14 @@ removed and re-created.
|
|||
On the "General" "Settings" tab, you can delete the container. Clicking "Delete
|
||||
Container" will also stop the container if necessary.
|
||||
|
||||
You can also delete a container clicking the `X` icon in the container list.
|
||||
You can also delete a container by clicking the `X` icon in the container list.
|
||||
|
||||
Kitematic will prompt you to confirm that you want to delete.
|
||||
|
||||
#### List the exposed Ports and how to access them
|
||||
|
||||
To see the complete list of exposed ports, go to "Settings" then "Ports". This
|
||||
page lists all the container ports exposed, and the IP address and host only
|
||||
page lists all the container ports exposed, and the IP address and host-only
|
||||
network port that you can access use to access that container from your OS X
|
||||
system.
|
||||
|
||||
|
|
@ -172,7 +172,7 @@ You can interact with existing containers in Kitematic or create new containers
|
|||
via the Docker Command Line Interface (CLI). Any changes you make on the CLI are
|
||||
directly reflected in Kitematic.
|
||||
|
||||
To open a terminal via Kitematic, just press whale button at the bottom left, as
|
||||
To open a terminal via Kitematic, just press the whale button at the bottom left, as
|
||||
shown below:
|
||||
|
||||

|
||||
|
|
@ -185,9 +185,9 @@ will pull and run a new Redis container via the Docker CLI.
|
|||
|
||||

|
||||
|
||||
> **Note**: If you're creating containers from the commandline, use `docker run -d`
|
||||
> **Note**: If you're creating containers from the command line, use `docker run -d`
|
||||
> so that Kitematic can re-create the container when settings are changed via the
|
||||
> Kitematic user interface. containers started without `-d` will fail to re-start.
|
||||
> Kitematic user interface. Containers started without `-d` will fail to re-start.
|
||||
|
||||
Now, go back to Kitematic. The Redis container should now be visible.
|
||||
|
||||
|
|
@ -196,4 +196,4 @@ Now, go back to Kitematic. The Redis container should now be visible.
|
|||
## Next Steps
|
||||
|
||||
For an example using Kitematic to run a Minecraft server, take a look at
|
||||
the [Mincraft server](./minecraft-server.md) page.
|
||||
the [Minecraft server](./minecraft-server.md) page.
|
||||
|
|
|
|||
Loading…
Reference in New Issue