mirror of https://github.com/docker/docs.git
Fix some typos and minor grammatical issues
This commit is contained in:
parent
19d53e58dc
commit
0c0bb49154
|
|
@ -78,12 +78,12 @@ The currently detected "web" ports are, `80`, `8000`, `8080`, `3000`, `5000`,
|
||||||
|
|
||||||
### Viewing container logs
|
### 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.
|
preview image, or by clicking on the "Logs" tab.
|
||||||
|
|
||||||
You can then scroll through the logs from the current running container. Note that
|
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,
|
if you make changes to the container settings, then the container will be restarted,
|
||||||
so will reset this log view.
|
so this will reset this log view.
|
||||||
|
|
||||||
### Starting a terminal in a container
|
### Starting a terminal in a container
|
||||||
|
|
||||||
|
|
@ -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
|
"Settings" tab allows you to add and modify the environment variables used to
|
||||||
start a container.
|
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.
|
metadata - for example, using the `ENV` instruction in the Dockerfile.
|
||||||
|
|
||||||
<TODO: image of the jenkins container>
|
<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.
|
removed and re-created.
|
||||||
|
|
||||||
### Delete container
|
### Delete container
|
||||||
|
|
@ -155,14 +155,14 @@ removed and re-created.
|
||||||
On the "General" "Settings" tab, you can delete the container. Clicking "Delete
|
On the "General" "Settings" tab, you can delete the container. Clicking "Delete
|
||||||
Container" will also stop the container if necessary.
|
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.
|
Kitematic will prompt you to confirm that you want to delete.
|
||||||
|
|
||||||
#### List the exposed Ports and how to access them
|
#### List the exposed Ports and how to access them
|
||||||
|
|
||||||
To see the complete list of exposed ports, go to "Settings" then "Ports". This
|
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
|
network port that you can access use to access that container from your OS X
|
||||||
system.
|
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
|
via the Docker Command Line Interface (CLI). Any changes you make on the CLI are
|
||||||
directly reflected in Kitematic.
|
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:
|
shown below:
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -187,7 +187,7 @@ will pull and run a new Redis container via the Docker CLI.
|
||||||
|
|
||||||
> **Note**: If you're creating containers from the command line, 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
|
> 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.
|
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
|
## Next Steps
|
||||||
|
|
||||||
For an example using Kitematic to run a Minecraft server, take a look at
|
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