diff --git a/CHANGELOG.md b/CHANGELOG.md index 327a8a7e69..1c37152d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -304,7 +304,7 @@ - Add newlines to the JSON stream functions. #### Runtime -* Do not ping the registry from the CLI. All requests to registres flow through the daemon. +* Do not ping the registry from the CLI. All requests to registries flow through the daemon. - Check for nil information return in the lxc driver. This fixes panics with older lxc versions. - Devicemapper: cleanups and fix for unmount. Fixes two problems which were causing unmount to fail intermittently. - Devicemapper: remove directory when removing device. Directories don't get left behind when removing the device. @@ -896,7 +896,7 @@ With the ongoing changes to the networking and execution subsystems of docker te + Add domainname support + Implement image filtering with path.Match -* Remove unnecesasry warnings +* Remove unnecessary warnings * Remove os/user dependency * Only mount the hostname file when the config exists * Handle signals within the `docker login` command @@ -919,7 +919,7 @@ With the ongoing changes to the networking and execution subsystems of docker te + Hack: Vendor all dependencies * Remote API: Bump to v1.5 * Packaging: Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. -* Documentation: General improvments +* Documentation: General improvements ## 0.6.1 (2013-08-23) @@ -1189,7 +1189,7 @@ With the ongoing changes to the networking and execution subsystems of docker te * Prevent rm of running containers * Use go1.1 cookiejar - Fix issue detaching from running TTY container -- Forbid parralel push/pull for a single image/repo. Fixes #311 +- Forbid parallel push/pull for a single image/repo. Fixes #311 - Fix race condition within Run command when attaching. #### Client @@ -1305,7 +1305,7 @@ With the ongoing changes to the networking and execution subsystems of docker te + Add caching to docker builder + Add support for docker builder with native API as top level command + Implement ENV within docker builder -- Check the command existance prior create and add Unit tests for the case +- Check the command existence prior create and add Unit tests for the case * use any whitespaces instead of tabs #### Runtime @@ -1344,13 +1344,13 @@ With the ongoing changes to the networking and execution subsystems of docker te #### Runtime -- Fix the command existance check +- Fix the command existence check - strings.Split may return an empty string on no match - Fix an index out of range crash if cgroup memory is not #### Documentation -* Various improvments +* Various improvements + New example: sharing data between 2 couchdb databases #### Other @@ -1380,7 +1380,7 @@ With the ongoing changes to the networking and execution subsystems of docker te ## 0.2.0 (2013-04-23) - Runtime: ghost containers can be killed and waited for -* Documentation: update install intructions +* Documentation: update install instructions - Packaging: fix Vagrantfile - Development: automate releasing binaries and ubuntu packages + Add a changelog diff --git a/daemon/graphdriver/devmapper/README.md b/daemon/graphdriver/devmapper/README.md index 601d3e7ea3..181b58003f 100644 --- a/daemon/graphdriver/devmapper/README.md +++ b/daemon/graphdriver/devmapper/README.md @@ -22,7 +22,7 @@ inode number of the $graph directory. On the thin pool docker automatically creates a base thin device, called something like `docker-0:33-19478248-base` of a fixed -size. This is automatically formated on creation and contains just an +size. This is automatically formatted on creation and contains just an empty filesystem. This device is the base of all docker images and containers. All base images are snapshots of this device and those images are then in turn used as snapshots for other images and @@ -32,7 +32,7 @@ eventually containers. The devicemapper backend supports some options that you can specify when starting the docker daemon using the --storage-opt flags. -This uses the `dm` prefix and would be used somthing like `docker -d --storage-opt dm.foo=bar`. +This uses the `dm` prefix and would be used something like `docker -d --storage-opt dm.foo=bar`. Here is the list of supported options: diff --git a/docs/man/Dockerfile.5.md b/docs/man/Dockerfile.5.md index b0a863f657..9772d4e114 100644 --- a/docs/man/Dockerfile.5.md +++ b/docs/man/Dockerfile.5.md @@ -96,7 +96,7 @@ or If you use the shell form of the CMD, the executes in /bin/sh -c: **FROM ubuntu** **CMD echo "This is a test." | wc -** - If you run wihtout a shell, then you must express the command as a + If you run without a shell, then you must express the command as a JSON arry and give the full path to the executable. This array form is the preferred form of CMD. All additional parameters must be individually expressed as strings in the array: diff --git a/docs/man/docker-run.1.md b/docs/man/docker-run.1.md index e7571ac21a..d6a305b6e9 100644 --- a/docs/man/docker-run.1.md +++ b/docs/man/docker-run.1.md @@ -338,7 +338,7 @@ fedora-data image: Multiple --volumes-from parameters will bring together multiple data volumes from multiple containers. And it's possible to mount the volumes that came from the -DATA container in yet another container via the fedora-container1 intermidiery +DATA container in yet another container via the fedora-container1 intermediary container, allowing to abstract the actual data source from users of that data: # docker run --volumes-from=fedora-container1 --name=fedora-container2 -i -t fedora bash diff --git a/docs/man/docker-tag.1.md b/docs/man/docker-tag.1.md index 041c9e1cb5..c4bbc87484 100644 --- a/docs/man/docker-tag.1.md +++ b/docs/man/docker-tag.1.md @@ -29,7 +29,7 @@ separated by a ':' **TAG** The tag you are assigning to the image. Though this is arbitrary it is -recommended to be used for a version to disinguish images with the same name. +recommended to be used for a version to distinguish images with the same name. Note that here TAG is a part of the overall name or "tag". # OPTIONS diff --git a/docs/sources/articles/runmetrics.md b/docs/sources/articles/runmetrics.md index 9c871a24f6..82547693f9 100644 --- a/docs/sources/articles/runmetrics.md +++ b/docs/sources/articles/runmetrics.md @@ -365,7 +365,7 @@ container, we need to: Please review [*Enumerating Cgroups*](#enumerating-cgroups) to learn how to find the cgroup of a pprocess running in the container of which you want to measure network usage. From there, you can examine the pseudo-file named -`tasks`, which containes the PIDs that are in the +`tasks`, which contains the PIDs that are in the control group (i.e. in the container). Pick any one of them. Putting everything together, if the "short ID" of a container is held in diff --git a/docs/sources/reference/api/docker_remote_api.md b/docs/sources/reference/api/docker_remote_api.md index 36f35383e1..aaac10d40d 100644 --- a/docs/sources/reference/api/docker_remote_api.md +++ b/docs/sources/reference/api/docker_remote_api.md @@ -100,7 +100,7 @@ after timestamp. `GET /containers/(id)/logs` -This url is prefered method for getting container logs now. +This url is preferred method for getting container logs now. ## v1.10 @@ -284,7 +284,7 @@ output is now generated in the client, using the **New!** You can now split stderr from stdout. This is done by -prefixing a header to each transmition. See +prefixing a header to each transmission. See [`POST /containers/(id)/attach`]( /reference/api/docker_remote_api_v1.9/#post--containers-(id)-attach "POST /containers/(id)/attach"). The WebSocket attach is unchanged. Note that attach calls on the diff --git a/docs/sources/reference/run.md b/docs/sources/reference/run.md index 82fe047cb3..1bd70e83f0 100644 --- a/docs/sources/reference/run.md +++ b/docs/sources/reference/run.md @@ -385,7 +385,7 @@ container running Redis: $ docker port 4241164edf6f 6379 2014/01/25 00:55:38 Error: No public port '6379' published for 4241164edf6f -Yet we can get information about the Redis container'sexposed ports +Yet we can get information about the Redis container's exposed ports with `--link`. Choose an alias that will form a valid environment variable!