فهرست منبع

Carry of PR #13520
Removinig files

Signed-off-by: Mary Anthony <mary@docker.com>

Mary Anthony 10 سال پیش
والد
کامیت
cd44018856
46فایلهای تغییر یافته به همراه77 افزوده شده و 76 حذف شده
  1. 7 7
      CHANGELOG.md
  2. 1 1
      CONTRIBUTING.md
  3. 1 1
      Dockerfile
  4. 1 1
      README.md
  5. 1 1
      builder/parser/testfiles/docker/Dockerfile
  6. 4 4
      contrib/syntax/textmate/README.md
  7. 1 1
      daemon/graphdriver/devmapper/README.md
  8. 1 0
      docs/README.md
  9. 1 1
      docs/sources/articles/security.md
  10. 2 2
      docs/sources/docker-hub-enterprise/release-notes.md
  11. 1 1
      docs/sources/docker-hub/builds.md
  12. 1 1
      docs/sources/installation/binaries.md
  13. 2 2
      docs/sources/installation/mac.md
  14. 1 1
      docs/sources/installation/softlayer.md
  15. 1 1
      docs/sources/installation/windows.md
  16. 1 1
      docs/sources/project/advanced-contributing.md
  17. 1 1
      docs/sources/project/doc-style.md
  18. 1 1
      docs/sources/project/set-up-git.md
  19. 2 2
      docs/sources/project/software-req-win.md
  20. 2 2
      docs/sources/reference/api/docker_remote_api_v1.6.md
  21. 7 7
      docs/sources/reference/commandline/cli.md
  22. 1 1
      docs/sources/reference/glossary.md
  23. 1 1
      docs/sources/release-notes.md
  24. 1 1
      docs/sources/userguide/dockerhub.md
  25. 6 6
      docs/sources/userguide/dockerrepos.md
  26. 3 3
      docs/sources/userguide/dockervolumes.md
  27. 1 1
      docs/sources/userguide/level2.md
  28. 1 1
      experimental/README.md
  29. 2 2
      image/spec/v1.md
  30. 2 2
      man/docker-build.1.md
  31. 1 1
      man/docker-create.1.md
  32. 1 1
      pkg/tarsum/tarsum_spec.md
  33. 1 1
      project/IRC-ADMINISTRATION.md
  34. 2 2
      project/ISSUE-TRIAGE.md
  35. 1 1
      project/ROADMAP.md
  36. 1 1
      vendor/src/github.com/Sirupsen/logrus/README.md
  37. 3 3
      vendor/src/github.com/docker/libcontainer/CONTRIBUTING.md
  38. 1 1
      vendor/src/github.com/docker/libcontainer/ROADMAP.md
  39. 1 1
      vendor/src/github.com/docker/libcontainer/SPEC.md
  40. 1 1
      vendor/src/github.com/docker/libcontainer/console_linux.go
  41. 1 1
      vendor/src/github.com/docker/libcontainer/nsenter/README.md
  42. 1 1
      vendor/src/github.com/docker/libtrust/util.go
  43. 1 1
      vendor/src/github.com/mistifyio/go-zfs/CONTRIBUTING.md
  44. 1 1
      vendor/src/github.com/mistifyio/go-zfs/README.md
  45. 1 1
      vendor/src/github.com/vishvananda/netlink/README.md
  46. 1 1
      vendor/src/github.com/vishvananda/netns/README.md

+ 7 - 7
CHANGELOG.md

@@ -15,7 +15,7 @@
 - Prohibit mount of /sys
 - Prohibit mount of /sys
 
 
 #### Runtime
 #### Runtime
-- Update Apparmor policy to not allow mounts
+- Update AppArmor policy to not allow mounts
 
 
 ## 1.6.0 (2015-04-07)
 ## 1.6.0 (2015-04-07)
 
 
@@ -309,7 +309,7 @@
 
 
 #### Hack
 #### Hack
 * Clean up "go test" output from "make test" to be much more readable/scannable.
 * Clean up "go test" output from "make test" to be much more readable/scannable.
-* Excluse more "definitely not unit tested Go source code" directories from hack/make/test.
+* Exclude more "definitely not unit tested Go source code" directories from hack/make/test.
 + Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
 + Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
 - Include contributed completions in Ubuntu PPA.
 - Include contributed completions in Ubuntu PPA.
 + Add cli integration tests.
 + Add cli integration tests.
@@ -589,7 +589,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
 * The ADD instruction now supports caching, which avoids unnecessarily re-uploading the same source content again and again when it hasn’t changed
 * The ADD instruction now supports caching, which avoids unnecessarily re-uploading the same source content again and again when it hasn’t changed
 * The new ONBUILD instruction adds to your image a “trigger” instruction to be executed at a later time, when the image is used as the base for another build
 * The new ONBUILD instruction adds to your image a “trigger” instruction to be executed at a later time, when the image is used as the base for another build
 * Docker now ships with an experimental storage driver which uses the BTRFS filesystem for copy-on-write
 * Docker now ships with an experimental storage driver which uses the BTRFS filesystem for copy-on-write
-* Docker is officially supported on Mac OSX
+* Docker is officially supported on Mac OS X
 * The Docker daemon supports systemd socket activation
 * The Docker daemon supports systemd socket activation
 
 
 ## 0.7.6 (2014-01-14)
 ## 0.7.6 (2014-01-14)
@@ -643,12 +643,12 @@ With the ongoing changes to the networking and execution subsystems of docker te
 - Fix ADD caching issue with . prefixed path
 - Fix ADD caching issue with . prefixed path
 - Fix docker build on devicemapper by reverting sparse file tar option
 - Fix docker build on devicemapper by reverting sparse file tar option
 - Fix issue with file caching and prevent wrong cache hit
 - Fix issue with file caching and prevent wrong cache hit
-* Use same error handling while unmarshalling  CMD and ENTRYPOINT
+* Use same error handling while unmarshalling CMD and ENTRYPOINT
 
 
 #### Documentation
 #### Documentation
 
 
 * Simplify and streamline Amazon Quickstart
 * Simplify and streamline Amazon Quickstart
-* Install instructions use unprefixed fedora image
+* Install instructions use unprefixed Fedora image
 * Update instructions for mtu flag for Docker on GCE
 * Update instructions for mtu flag for Docker on GCE
 + Add Ubuntu Saucy to installation
 + Add Ubuntu Saucy to installation
 - Fix for wrong version warning on master instead of latest
 - Fix for wrong version warning on master instead of latest
@@ -823,7 +823,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
 * Improve unit tests
 * Improve unit tests
 * The test suite now runs all tests even if one fails
 * The test suite now runs all tests even if one fails
 * Refactor C in Go (Devmapper)
 * Refactor C in Go (Devmapper)
-- Fix OSX compilation
+- Fix OS X compilation
 
 
 ## 0.7.0 (2013-11-25)
 ## 0.7.0 (2013-11-25)
 
 
@@ -841,7 +841,7 @@ With the ongoing changes to the networking and execution subsystems of docker te
 
 
 #### Runtime
 #### Runtime
 
 
-* Improve stability, fixes some race conditons
+* Improve stability, fixes some race conditions
 * Skip the volumes mounted when deleting the volumes of container.
 * Skip the volumes mounted when deleting the volumes of container.
 * Fix layer size computation: handle hard links correctly
 * Fix layer size computation: handle hard links correctly
 * Use the work Path for docker cp CONTAINER:PATH
 * Use the work Path for docker cp CONTAINER:PATH

+ 1 - 1
CONTRIBUTING.md

@@ -220,7 +220,7 @@ set of patches that should be reviewed together: for example, upgrading the
 version of a vendored dependency and taking advantage of its now available new
 version of a vendored dependency and taking advantage of its now available new
 feature constitute two separate units of work. Implementing a new function and
 feature constitute two separate units of work. Implementing a new function and
 calling it in another file constitute a single logical unit of work. The very
 calling it in another file constitute a single logical unit of work. The very
-high majory of submissions should have a single commit, so if in doubt: squash
+high majority of submissions should have a single commit, so if in doubt: squash
 down to one.
 down to one.
 
 
 After every commit, [make sure the test suite passes]
 After every commit, [make sure the test suite passes]

+ 1 - 1
Dockerfile

@@ -19,7 +19,7 @@
 #  -e GPG_PASSPHRASE=gloubiboulga \
 #  -e GPG_PASSPHRASE=gloubiboulga \
 #  docker hack/release.sh
 #  docker hack/release.sh
 #
 #
-# Note: Apparmor used to mess with privileged mode, but this is no longer
+# Note: AppArmor used to mess with privileged mode, but this is no longer
 # the case. Therefore, you don't have to disable it anymore.
 # the case. Therefore, you don't have to disable it anymore.
 #
 #
 
 

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ security@docker.com and not by creating a github issue.
 
 
 A common method for distributing applications and sandboxing their
 A common method for distributing applications and sandboxing their
 execution is to use virtual machines, or VMs. Typical VM formats are
 execution is to use virtual machines, or VMs. Typical VM formats are
-VMware's vmdk, Oracle Virtualbox's vdi, and Amazon EC2's ami. In theory
+VMWare's vmdk, Oracle VirtualBox's vdi, and Amazon EC2's ami. In theory
 these formats should allow every developer to automatically package
 these formats should allow every developer to automatically package
 their application into a "machine" for easy distribution and deployment.
 their application into a "machine" for easy distribution and deployment.
 In practice, that almost never happens, for a few reasons:
 In practice, that almost never happens, for a few reasons:

+ 1 - 1
builder/parser/testfiles/docker/Dockerfile

@@ -19,7 +19,7 @@
 #  -e GPG_PASSPHRASE=gloubiboulga \
 #  -e GPG_PASSPHRASE=gloubiboulga \
 #  docker hack/release.sh
 #  docker hack/release.sh
 #
 #
-# Note: Apparmor used to mess with privileged mode, but this is no longer
+# Note: AppArmor used to mess with privileged mode, but this is no longer
 # the case. Therefore, you don't have to disable it anymore.
 # the case. Therefore, you don't have to disable it anymore.
 #
 #
 
 

+ 4 - 4
contrib/syntax/textmate/README.md

@@ -1,16 +1,16 @@
 # Docker.tmbundle
 # Docker.tmbundle
 
 
-Dockerfile syntaxt highlighting for TextMate and Sublime Text.
+Dockerfile syntax highlighting for TextMate and Sublime Text.
 
 
 ## Install
 ## Install
 
 
 ### Sublime Text
 ### Sublime Text
 
 
-Available for Sublime Text under [package control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting).
+Available for Sublime Text under [Package Control](https://sublime.wbond.net/packages/Dockerfile%20Syntax%20Highlighting).
 Search for *Dockerfile Syntax Highlighting*
 Search for *Dockerfile Syntax Highlighting*
 
 
 ### TextMate 2
 ### TextMate 2
 
 
-Copy the directory `Docker.tmbundle` (showed as a Package in OSX) to `~/Library/Application Support/TextMate/Managed/Bundles`
+Copy the directory `Docker.tmbundle` (shown as a Package in OS X) to `~/Library/Application Support/TextMate/Managed/Bundles`
 
 
-enjoy.
+Enjoy.

+ 1 - 1
daemon/graphdriver/devmapper/README.md

@@ -262,7 +262,7 @@ Here is the list of supported options:
     device. And devices automatically goes away when last user of device
     device. And devices automatically goes away when last user of device
     exits.
     exits.
 
 
-    For example, when contianer exits, its associated thin device is
+    For example, when container exits, its associated thin device is
     removed. If that devices has leaked into some other mount namespace
     removed. If that devices has leaked into some other mount namespace
     can can't be removed now, container exit will still be successful
     can can't be removed now, container exit will still be successful
     and this option will just schedule device for deferred removal and
     and this option will just schedule device for deferred removal and

+ 1 - 0
docs/README.md

@@ -288,3 +288,4 @@ project.
 
 
 
 
 
 
+

+ 1 - 1
docs/sources/articles/security.md

@@ -262,7 +262,7 @@ Docker containers are, by default, quite secure; especially if you take
 care of running your processes inside the containers as non-privileged
 care of running your processes inside the containers as non-privileged
 users (i.e., non-`root`).
 users (i.e., non-`root`).
 
 
-You can add an extra layer of safety by enabling Apparmor, SELinux,
+You can add an extra layer of safety by enabling AppArmor, SELinux,
 GRSEC, or your favorite hardening solution.
 GRSEC, or your favorite hardening solution.
 
 
 Last but not least, if you see interesting security features in other
 Last but not least, if you see interesting security features in other

+ 2 - 2
docs/sources/docker-hub-enterprise/release-notes.md

@@ -22,8 +22,8 @@ page_keywords: docker, documentation, about, technology, understanding, enterpri
 ### CS Docker Engine 1.6.2-cs5
 ### CS Docker Engine 1.6.2-cs5
 (21 May 2015)
 (21 May 2015)
 
 
-For customers running Docker Engine on [supported versions of RedHat Enterprise
-Linux](https://www.docker.com/enterprise/support/) with [SELinux
+For customers running Docker Engine on [supported versions of Red Hat Enterprise
+Linux (RHEL)](https://www.docker.com/enterprise/support/) with [SELinux
 enabled](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/
 enabled](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/
 6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux
 6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux
 -Enabling_and_Disabling_SELinux.html), the `docker build` and `docker run`
 -Enabling_and_Disabling_SELinux.html), the `docker build` and `docker run`

+ 1 - 1
docs/sources/docker-hub/builds.md

@@ -225,7 +225,7 @@ Follow the steps below to configure the GitHub Service hooks for your Automated
     <tr>
     <tr>
       <td>1.</td>
       <td>1.</td>
       <td><img src="/docker-hub/hub-images/gh_settings.png"></td>
       <td><img src="/docker-hub/hub-images/gh_settings.png"></td>
-      <td>Log in to Github.com, and go to your Repository page. Click on "Settings" on
+      <td>Log in to GitHub.com, and go to your Repository page. Click on "Settings" on
       the right side of the page. You must have admin privileges to the repository in order to do this.</td>
       the right side of the page. You must have admin privileges to the repository in order to do this.</td>
     </tr>
     </tr>
     <tr>
     <tr>

+ 1 - 1
docs/sources/installation/binaries.md

@@ -87,7 +87,7 @@ To set the file's execute bit on Linux and OS X:
 
 
     $ chmod +x docker
     $ chmod +x docker
 
 
-To get the list of stable release version numbers from Github, view the
+To get the list of stable release version numbers from GitHub, view the
 `docker/docker` [releases page](https://github.com/docker/docker/releases). 
 `docker/docker` [releases page](https://github.com/docker/docker/releases). 
 
 
 > **Note**
 > **Note**

+ 2 - 2
docs/sources/installation/mac.md

@@ -346,7 +346,7 @@ Use `boot2docker help` to list the full command line reference. For more
 information about using SSH or SCP to access the Boot2Docker VM, see the README
 information about using SSH or SCP to access the Boot2Docker VM, see the README
 at  [Boot2Docker repository](https://github.com/boot2docker/boot2docker).
 at  [Boot2Docker repository](https://github.com/boot2docker/boot2docker).
 
 
-Thanks to Chris Jones whose [blog](http://goo.gl/Be6cCk)  inspired me to redo
-this page.
+Thanks to Chris Jones whose [blog](http://viget.com/extend/how-to-use-docker-on-os-x-the-missing-guide)  
+inspired me to redo this page.
 
 
 Continue with the [Docker User Guide](/userguide/).
 Continue with the [Docker User Guide](/userguide/).

+ 1 - 1
docs/sources/installation/softlayer.md

@@ -1,5 +1,5 @@
 page_title: Installation on IBM SoftLayer 
 page_title: Installation on IBM SoftLayer 
-page_description: Installation instructions for Docker on IBM Softlayer.
+page_description: Installation instructions for Docker on IBM SoftLayer.
 page_keywords: IBM SoftLayer, virtualization, cloud, docker, documentation, installation
 page_keywords: IBM SoftLayer, virtualization, cloud, docker, documentation, installation
 
 
 # IBM SoftLayer
 # IBM SoftLayer

+ 1 - 1
docs/sources/installation/windows.md

@@ -130,7 +130,7 @@ to you using:
 
 
     boot2docker ip
     boot2docker ip
 
 
-Typically, it is 192.168.59.103, but it could get changed by Virtualbox's DHCP
+Typically, it is 192.168.59.103, but it could get changed by VirtualBox's DHCP
 implementation.
 implementation.
 
 
 For further information or to report issues, please see the [Boot2Docker site](http://boot2docker.io)
 For further information or to report issues, please see the [Boot2Docker site](http://boot2docker.io)

+ 1 - 1
docs/sources/project/advanced-contributing.md

@@ -147,6 +147,6 @@ Making a pull request with a design proposal simplifies this process:
 * you can leave comments on specific design proposal line
 * you can leave comments on specific design proposal line
 * replies around line are easy to track
 * replies around line are easy to track
 * as a proposal changes and is updated, pages reset as line items resolve
 * as a proposal changes and is updated, pages reset as line items resolve
-* Github maintains the entire history
+* GitHub maintains the entire history
 
 
 While proposals in pull requests do not end up merged into a master repository, they provide a convenient tool for managing the design process.
 While proposals in pull requests do not end up merged into a master repository, they provide a convenient tool for managing the design process.

+ 1 - 1
docs/sources/project/doc-style.md

@@ -207,7 +207,7 @@ Text taken from a GUI (e.g., menu text or button text) should appear in "double
 quotes". The text should take the exact same capitalisation, etc. as appears in
 quotes". The text should take the exact same capitalisation, etc. as appears in
 the GUI. E.g., Click "Continue" to save the settings.
 the GUI. E.g., Click "Continue" to save the settings.
 
 
-Text that refers to a keyboard command or hotkey is  capitalized (e.g., Ctrl-D).
+Text that refers to a keyboard command or hotkey is capitalized (e.g., Ctrl-D).
 
 
 When writing CLI examples, give the user hints by making the examples resemble
 When writing CLI examples, give the user hints by making the examples resemble
 exactly what they see in their shell: 
 exactly what they see in their shell: 

+ 1 - 1
docs/sources/project/set-up-git.md

@@ -225,7 +225,7 @@ the branch to your fork on GitHub:
          * [new branch]      dry-run-test -> dry-run-test
          * [new branch]      dry-run-test -> dry-run-test
         Branch dry-run-test set up to track remote branch dry-run-test from origin.
         Branch dry-run-test set up to track remote branch dry-run-test from origin.
 
 
-9. Open your browser to Github.
+9. Open your browser to GitHub.
 
 
 10. Navigate to your Docker fork.
 10. Navigate to your Docker fork.
 
 

+ 2 - 2
docs/sources/project/software-req-win.md

@@ -191,8 +191,8 @@ In this section, you install the Go language. Then, you build the source so that
 
 
 ## Get the Docker repository
 ## Get the Docker repository
 
 
-In this step, you start a Git `bash` terminal and get the Docker source code from
-Github. 
+In this step, you start a Git `bash` terminal and get the Docker source code 
+from GitHub. 
 
 
 1. Locate the **Git Bash** program and start it.
 1. Locate the **Git Bash** program and start it.
 
 

+ 2 - 2
docs/sources/reference/api/docker_remote_api_v1.6.md

@@ -178,7 +178,7 @@ Status Codes:
              "Warnings":[]
              "Warnings":[]
         }
         }
 
 
-    **Second, start (using the ID returned above) the image we jus
+    **Second, start (using the ID returned above) the image we just
     created, mapping the ssh port 22 to something on the host**:
     created, mapping the ssh port 22 to something on the host**:
 
 
         POST /containers/e90e34656806/start HTTP/1.1
         POST /containers/e90e34656806/start HTTP/1.1
@@ -190,7 +190,7 @@ Status Codes:
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain; charset=utf-8
         Content-Type: text/plain; charset=utf-8
         Content-Length: 0
         Content-Length: 0
 
 

+ 7 - 7
docs/sources/reference/commandline/cli.md

@@ -698,13 +698,13 @@ to any of the files in the context. For example, your build can use an
 [*ADD*](/reference/builder/#add) instruction to reference a file in the
 [*ADD*](/reference/builder/#add) instruction to reference a file in the
 context.
 context.
 
 
-The `URL` parameter can specify the location of a Git repository; the
-repository acts as the build context. The system recursively clones the
-repository and its submodules using a `git clone --depth 1 --recursive`
-command. This command runs in a temporary directory on your local host. After
-the command succeeds, the directory is sent to the Docker daemon as the
-context. Local clones give you the ability to access private repositories using
-local user credentials, VPN's, and so forth.
+The `URL` parameter can specify the location of a Git repository; the repository
+acts as the build context. The system recursively clones the repository and its
+submodules using a `git clone --depth 1 --recursive` command. This command runs
+in a temporary directory on your local host. After the command succeeds, the
+directory is sent to the Docker daemon as the context. Local clones give you the
+ability to access private repositories using local user credentials, VPNs, and
+so forth.
 
 
 Git URLs accept context configuration in their fragment section, separated by a
 Git URLs accept context configuration in their fragment section, separated by a
 colon `:`.  The first part represents the reference that Git will check out,
 colon `:`.  The first part represents the reference that Git will check out,

+ 1 - 1
docs/sources/reference/glossary.md

@@ -90,7 +90,7 @@ Docker and its components. It provides the following services:
 - Docker image hosting
 - Docker image hosting
 - User authentication
 - User authentication
 - Automated image builds and work-flow tools such as build triggers and web hooks
 - Automated image builds and work-flow tools such as build triggers and web hooks
-- Integration with GitHub and BitBucket
+- Integration with GitHub and Bitbucket
 
 
 
 
 ## Dockerfile
 ## Dockerfile

+ 1 - 1
docs/sources/release-notes.md

@@ -40,7 +40,7 @@ repository](https://github.com/docker/docker/issues/).
 An idiosyncrasy in AUFS prevented permissions from propagating predictably
 An idiosyncrasy in AUFS prevented permissions from propagating predictably
 between upper and lower layers. This caused issues with accessing private
 between upper and lower layers. This caused issues with accessing private
 keys, database instances, etc.  This issue was closed in this release:
 keys, database instances, etc.  This issue was closed in this release:
-[Github Issue 783](https://github.com/docker/docker/issues/783).
+[GitHub Issue 783](https://github.com/docker/docker/issues/783).
 
 
 
 
 * *Docker Hub incompatible with Safari 8*
 * *Docker Hub incompatible with Safari 8*

+ 1 - 1
docs/sources/userguide/dockerhub.md

@@ -16,7 +16,7 @@ most out of Docker. To do this, it provides services such as:
 * User authentication.
 * User authentication.
 * Automated image builds and work-flow tools such as build triggers and web
 * Automated image builds and work-flow tools such as build triggers and web
   hooks.
   hooks.
-* Integration with GitHub and BitBucket.
+* Integration with GitHub and Bitbucket.
 
 
 In order to use Docker Hub, you will first need to register and create an account. Don't
 In order to use Docker Hub, you will first need to register and create an account. Don't
 worry, creating an account is simple and free.
 worry, creating an account is simple and free.

+ 6 - 6
docs/sources/userguide/dockerrepos.md

@@ -118,16 +118,16 @@ manage private repositories. You can learn how to create and manage an organizat
 ### Automated Builds
 ### Automated Builds
 
 
 Automated Builds automate the building and updating of images from
 Automated Builds automate the building and updating of images from
-[GitHub](https://www.github.com) or [BitBucket](http://bitbucket.com), directly on Docker
-Hub. It works by adding a commit hook to your selected GitHub or BitBucket repository,
+[GitHub](https://www.github.com) or [Bitbucket](http://bitbucket.com), directly on Docker
+Hub. It works by adding a commit hook to your selected GitHub or Bitbucket repository,
 triggering a build and update when you push a commit.
 triggering a build and update when you push a commit.
 
 
 #### To setup an Automated Build
 #### To setup an Automated Build
 
 
 1.  Create a [Docker Hub account](https://hub.docker.com/) and login.
 1.  Create a [Docker Hub account](https://hub.docker.com/) and login.
-2.  Link your GitHub or BitBucket account through the ["Link Accounts"](https://registry.hub.docker.com/account/accounts/) menu.
+2.  Link your GitHub or Bitbucket account through the ["Link Accounts"](https://registry.hub.docker.com/account/accounts/) menu.
 3.  [Configure an Automated Build](https://registry.hub.docker.com/builds/add/).
 3.  [Configure an Automated Build](https://registry.hub.docker.com/builds/add/).
-4.  Pick a GitHub or BitBucket project that has a `Dockerfile` that you want to build.
+4.  Pick a GitHub or Bitbucket project that has a `Dockerfile` that you want to build.
 5.  Pick the branch you want to build (the default is the `master` branch).
 5.  Pick the branch you want to build (the default is the `master` branch).
 6.  Give the Automated Build a name.
 6.  Give the Automated Build a name.
 7.  Assign an optional Docker tag to the Build.
 7.  Assign an optional Docker tag to the Build.
@@ -135,7 +135,7 @@ triggering a build and update when you push a commit.
 
 
 Once the Automated Build is configured it will automatically trigger a
 Once the Automated Build is configured it will automatically trigger a
 build and, in a few minutes, you should see your new Automated Build on the [Docker Hub](https://hub.docker.com)
 build and, in a few minutes, you should see your new Automated Build on the [Docker Hub](https://hub.docker.com)
-Registry. It will stay in sync with your GitHub and BitBucket repository until you
+Registry. It will stay in sync with your GitHub and Bitbucket repository until you
 deactivate the Automated Build.
 deactivate the Automated Build.
 
 
 If you want to see the status of your Automated Builds, you can go to your
 If you want to see the status of your Automated Builds, you can go to your
@@ -144,7 +144,7 @@ and it will show you the status of your builds and their build history.
 
 
 Once you've created an Automated Build you can deactivate or delete it. You
 Once you've created an Automated Build you can deactivate or delete it. You
 cannot, however, push to an Automated Build with the `docker push` command.
 cannot, however, push to an Automated Build with the `docker push` command.
-You can only manage it by committing code to your GitHub or BitBucket
+You can only manage it by committing code to your GitHub or Bitbucket
 repository.
 repository.
 
 
 You can create multiple Automated Builds per repository and configure them
 You can create multiple Automated Builds per repository and configure them

+ 3 - 3
docs/sources/userguide/dockervolumes.md

@@ -80,9 +80,9 @@ directory from your Docker daemon's host into a container.
 
 
 > **Note:**
 > **Note:**
 > If you are using Boot2Docker, your Docker daemon only has limited access to
 > If you are using Boot2Docker, your Docker daemon only has limited access to
-> your OSX/Windows filesystem. Boot2Docker tries to auto-share your `/Users`
-> (OSX) or `C:\Users` (Windows) directory - and so you can mount files or directories
-> using `docker run -v /Users/<path>:/<container path> ...` (OSX) or
+> your OS X/Windows filesystem. Boot2Docker tries to auto-share your `/Users`
+> (OS X) or `C:\Users` (Windows) directory - and so you can mount files or directories
+> using `docker run -v /Users/<path>:/<container path> ...` (OS X) or
 > `docker run -v /c/Users/<path>:/<container path ...` (Windows). All other paths
 > `docker run -v /c/Users/<path>:/<container path ...` (Windows). All other paths
 > come from the Boot2Docker virtual machine's filesystem.
 > come from the Boot2Docker virtual machine's filesystem.
 
 

+ 1 - 1
docs/sources/userguide/level2.md

@@ -74,7 +74,7 @@ RUN apt-get install -y <input id="gcc" class="l_fill" type="text"><br>
 <input id="run6" class="l_fill" type="text">cd redis-stable && make && make install<br>
 <input id="run6" class="l_fill" type="text">cd redis-stable && make && make install<br>
 &#35; launch redis when starting the image
 &#35; launch redis when starting the image
 <input id="entrypoint" class="l_fill" type="text"> ["redis-server"]<br>
 <input id="entrypoint" class="l_fill" type="text"> ["redis-server"]<br>
-&#35; run as user dameon
+&#35; run as user daemon
 <input id="user" class="l_fill" type="text"> daemon<br>
 <input id="user" class="l_fill" type="text"> daemon<br>
 &#35; expose port 6379
 &#35; expose port 6379
 <input id="expose" class="l_fill" type="text"> 6379
 <input id="expose" class="l_fill" type="text"> 6379

+ 1 - 1
experimental/README.md

@@ -4,7 +4,7 @@ This page contains a list of features in the Docker engine which are
 experimental. Experimental features are **not** ready for production. They are
 experimental. Experimental features are **not** ready for production. They are
 provided for test and evaluation in your sandbox environments.  
 provided for test and evaluation in your sandbox environments.  
 
 
-The information below describes each feature and the Github pull requests and
+The information below describes each feature and the GitHub pull requests and
 issues associated with it. If necessary, links are provided to additional
 issues associated with it. If necessary, links are provided to additional
 documentation on an issue.  As an active Docker user and community member,
 documentation on an issue.  As an active Docker user and community member,
 please feel free to provide any feedback on these features you wish.
 please feel free to provide any feedback on these features you wish.

+ 2 - 2
image/spec/v1.md

@@ -52,7 +52,7 @@ This specification uses the following terms:
     </dt>
     </dt>
     <dd>
     <dd>
         Each layer is given an ID upon its creation. It is 
         Each layer is given an ID upon its creation. It is 
-        represented as a hexidecimal encoding of 256 bits, e.g.,
+        represented as a hexadecimal encoding of 256 bits, e.g.,
         <code>a9561eb1b190625c9adb5a9513e72c4dedafc1cb2d4c5236c9a6957ec7dfd5a9</code>.
         <code>a9561eb1b190625c9adb5a9513e72c4dedafc1cb2d4c5236c9a6957ec7dfd5a9</code>.
         Image IDs should be sufficiently random so as to be globally unique.
         Image IDs should be sufficiently random so as to be globally unique.
         32 bytes read from <code>/dev/urandom</code> is sufficient for all
         32 bytes read from <code>/dev/urandom</code> is sufficient for all
@@ -109,7 +109,7 @@ This specification uses the following terms:
         characters <code>[._-]</code>, however it MAY contain additional
         characters <code>[._-]</code>, however it MAY contain additional
         <code>/</code> and <code>:</code> characters for organizational
         <code>/</code> and <code>:</code> characters for organizational
         purposes, with the last <code>:</code> character being interpreted
         purposes, with the last <code>:</code> character being interpreted
-        dividing the repository component of the name from the tag suffic
+        dividing the repository component of the name from the tag suffix
         component.
         component.
     </dd>
     </dd>
 </dl>
 </dl>

+ 2 - 2
man/docker-build.1.md

@@ -200,9 +200,9 @@ into account Docker community conventions.
 
 
 ## Building an image using a URL
 ## Building an image using a URL
 
 
-This will clone the specified Github repository from the URL and use it
+This will clone the specified GitHub repository from the URL and use it
 as context. The Dockerfile at the root of the repository is used as
 as context. The Dockerfile at the root of the repository is used as
-Dockerfile. This only works if the Github repository is a dedicated
+Dockerfile. This only works if the GitHub repository is a dedicated
 repository.
 repository.
 
 
     docker build github.com/scollier/Fedora-Dockerfiles/tree/master/apache
     docker build github.com/scollier/Fedora-Dockerfiles/tree/master/apache

+ 1 - 1
man/docker-create.1.md

@@ -91,7 +91,7 @@ The initial status of the container created with **docker create** is 'created'.
 **--cgroup-parent**=""
 **--cgroup-parent**=""
    Path to cgroups under which the cgroup for the container will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
    Path to cgroups under which the cgroup for the container will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
 
 
-**--cpu-peroid**=0
+**--cpu-period**=0
     Limit the CPU CFS (Completely Fair Scheduler) period
     Limit the CPU CFS (Completely Fair Scheduler) period
 
 
 **--cpuset-cpus**=""
 **--cpuset-cpus**=""

+ 1 - 1
pkg/tarsum/tarsum_spec.md

@@ -167,7 +167,7 @@ order ( and the corresponding representation of its value):
 * 'devmajor' - string of the integer
 * 'devmajor' - string of the integer
 * 'devminor' - string of the integer
 * 'devminor' - string of the integer
 
 
-For >= Version1, the extented attribute headers ("SCHILY.xattr." prefixed pax
+For >= Version1, the extended attribute headers ("SCHILY.xattr." prefixed pax
 headers) included after the above list. These xattrs key/values are first
 headers) included after the above list. These xattrs key/values are first
 sorted by the keys.
 sorted by the keys.
 
 

+ 1 - 1
project/IRC-ADMINISTRATION.md

@@ -16,7 +16,7 @@ with "access" privileges for a particular channel.
 
 
 A similar command is used to give someone a particular access level.  For
 A similar command is used to give someone a particular access level.  For
 example, to add a new maintainer to the `#docker-maintainers` access list so
 example, to add a new maintainer to the `#docker-maintainers` access list so
-that they can contribute to the dicsussions (after they've been merged
+that they can contribute to the discussions (after they've been merged
 appropriately in a `MAINTAINERS` file, of course), one would use `/msg ChanServ
 appropriately in a `MAINTAINERS` file, of course), one would use `/msg ChanServ
 ACCESS #docker-maintainers ADD <nick> maintainer`.
 ACCESS #docker-maintainers ADD <nick> maintainer`.
 
 

+ 2 - 2
project/ISSUE-TRIAGE.md

@@ -1,4 +1,4 @@
-Triaging of issue
+Triaging of issues
 ------------------
 ------------------
 
 
 Triage provides an important way to contribute to an open source project.  Triage helps ensure issues resolve quickly by:  
 Triage provides an important way to contribute to an open source project.  Triage helps ensure issues resolve quickly by:  
@@ -9,7 +9,7 @@ Triage provides an important way to contribute to an open source project.  Triag
 
 
 - Lowering the issue count by preventing duplicate issues.
 - Lowering the issue count by preventing duplicate issues.
 
 
-- Streamling the development process by preventing duplicate discussions.
+- Streamlining the development process by preventing duplicate discussions.
 
 
 If you don't have time to code, consider helping with triage. The community will thank you for saving them time by spending some of yours.
 If you don't have time to code, consider helping with triage. The community will thank you for saving them time by spending some of yours.
 
 

+ 1 - 1
project/ROADMAP.md

@@ -3,7 +3,7 @@
 This document is a high-level overview of where we want to take Docker.
 This document is a high-level overview of where we want to take Docker.
 It is a curated selection of planned improvements which are either important, difficult, or both.
 It is a curated selection of planned improvements which are either important, difficult, or both.
 
 
-For a more complete view of planned and requested improvements, see [the Github issues](https://github.com/docker/docker/issues).
+For a more complete view of planned and requested improvements, see [the GitHub issues](https://github.com/docker/docker/issues).
 
 
 To suggest changes to the roadmap, including additions, please write the change as if it were already in effect, and make a pull request.
 To suggest changes to the roadmap, including additions, please write the change as if it were already in effect, and make a pull request.
 
 

+ 1 - 1
vendor/src/github.com/Sirupsen/logrus/README.md

@@ -324,7 +324,7 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
 
 
 #### Logger as an `io.Writer`
 #### Logger as an `io.Writer`
 
 
-Logrus can be transormed into an `io.Writer`. That writer is the end of an `io.Pipe` and it is your responsibility to close it.
+Logrus can be transformed into an `io.Writer`. That writer is the end of an `io.Pipe` and it is your responsibility to close it.
 
 
 ```go
 ```go
 w := logger.Writer()
 w := logger.Writer()

+ 3 - 3
vendor/src/github.com/docker/libcontainer/CONTRIBUTING.md

@@ -24,21 +24,21 @@ The following packages are required to compile libcontainer natively.
 - git
 - git
 - cgutils
 - cgutils
 
 
-You can develop on OSX, but you are limited to Dockerfile-based builds only.
+You can develop on OS X, but you are limited to Dockerfile-based builds only.
 
 
 ### Building libcontainer from Dockerfile
 ### Building libcontainer from Dockerfile
 
 
     make all
     make all
 
 
 This is the easiest way of building libcontainer.
 This is the easiest way of building libcontainer.
-As this build is done using Docker, you can even run this from [OSX](https://github.com/boot2docker/boot2docker)
+As this build is done using Docker, you can even run this from [OS X](https://github.com/boot2docker/boot2docker)
 
 
 ### Testing changes with "nsinit"
 ### Testing changes with "nsinit"
 
 
     make sh
     make sh
 
 
 This will create an container that runs `nsinit exec sh` on a busybox rootfs with the configuration from ['minimal.json'](https://github.com/docker/libcontainer/blob/master/sample_configs/minimal.json).
 This will create an container that runs `nsinit exec sh` on a busybox rootfs with the configuration from ['minimal.json'](https://github.com/docker/libcontainer/blob/master/sample_configs/minimal.json).
-Like the previous command, you can run this on OSX too!
+Like the previous command, you can run this on OS X too!
 
 
 ### Building libcontainer directly
 ### Building libcontainer directly
 
 

+ 1 - 1
vendor/src/github.com/docker/libcontainer/ROADMAP.md

@@ -3,7 +3,7 @@
 This document is a high-level overview of where we want to take libcontainer next.
 This document is a high-level overview of where we want to take libcontainer next.
 It is a curated selection of planned improvements which are either important, difficult, or both.
 It is a curated selection of planned improvements which are either important, difficult, or both.
 
 
-For a more complete view of planned and requested improvements, see [the Github issues](https://github.com/docker/libcontainer/issues).
+For a more complete view of planned and requested improvements, see [the GitHub issues](https://github.com/docker/libcontainer/issues).
 
 
 To suggest changes to the roadmap, including additions, please write the change as if it were already in effect, and make a pull request.
 To suggest changes to the roadmap, including additions, please write the change as if it were already in effect, and make a pull request.
 
 

+ 1 - 1
vendor/src/github.com/docker/libcontainer/SPEC.md

@@ -60,7 +60,7 @@ are required to be mounted within the rootfs that the runtime will setup.
 After a container's filesystems are mounted within the newly created 
 After a container's filesystems are mounted within the newly created 
 mount namespace `/dev` will need to be populated with a set of device nodes.
 mount namespace `/dev` will need to be populated with a set of device nodes.
 It is expected that a rootfs does not need to have any device nodes specified
 It is expected that a rootfs does not need to have any device nodes specified
-for `/dev` witin the rootfs as the container will setup the correct devices
+for `/dev` within the rootfs as the container will setup the correct devices
 that are required for executing a container's process.
 that are required for executing a container's process.
 
 
 |      Path    | Mode |   Access   |
 |      Path    | Mode |   Access   |

+ 1 - 1
vendor/src/github.com/docker/libcontainer/console_linux.go

@@ -44,7 +44,7 @@ func newConsoleFromPath(slavePath string) *linuxConsole {
 	}
 	}
 }
 }
 
 
-// linuxConsole is a linux psuedo TTY for use within a container.
+// linuxConsole is a linux pseudo TTY for use within a container.
 type linuxConsole struct {
 type linuxConsole struct {
 	master    *os.File
 	master    *os.File
 	slavePath string
 	slavePath string

+ 1 - 1
vendor/src/github.com/docker/libcontainer/nsenter/README.md

@@ -18,7 +18,7 @@ which will give the process of the container that should be joined. Namespaces f
 be found from `/proc/[pid]/ns` and set by `setns` syscall.
 be found from `/proc/[pid]/ns` and set by `setns` syscall.
 
 
 And then get the pipe number from `_LIBCONTAINER_INITPIPE`, error message could
 And then get the pipe number from `_LIBCONTAINER_INITPIPE`, error message could
-be transfered through it. If tty is added, `_LIBCONTAINER_CONSOLE_PATH` will 
+be transferred through it. If tty is added, `_LIBCONTAINER_CONSOLE_PATH` will 
 have value and start a console for output.
 have value and start a console for output.
 
 
 Finally, `nsexec()` will clone a child process , exit the parent process and let 
 Finally, `nsexec()` will clone a child process , exit the parent process and let 

+ 1 - 1
vendor/src/github.com/docker/libtrust/util.go

@@ -16,7 +16,7 @@ import (
 )
 )
 
 
 // joseBase64UrlEncode encodes the given data using the standard base64 url
 // joseBase64UrlEncode encodes the given data using the standard base64 url
-// encoding format but with all trailing '=' characters ommitted in accordance
+// encoding format but with all trailing '=' characters omitted in accordance
 // with the jose specification.
 // with the jose specification.
 // http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-2
 // http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-31#section-2
 func joseBase64UrlEncode(b []byte) string {
 func joseBase64UrlEncode(b []byte) string {

+ 1 - 1
vendor/src/github.com/mistifyio/go-zfs/CONTRIBUTING.md

@@ -4,7 +4,7 @@ We always welcome contributions to help make `go-zfs` better. Please take a mome
 
 
 ### Reporting issues ###
 ### Reporting issues ###
 
 
-We use [Github issues](https://github.com/mistifyio/go-zfs/issues) to track bug reports, feature requests, and submitting pull requests.
+We use [GitHub issues](https://github.com/mistifyio/go-zfs/issues) to track bug reports, feature requests, and submitting pull requests.
 
 
 If you find a bug:
 If you find a bug:
 
 

+ 1 - 1
vendor/src/github.com/mistifyio/go-zfs/README.md

@@ -29,7 +29,7 @@ The tests have decent examples for most functions.
 
 
 ```go
 ```go
 //assuming a zpool named test
 //assuming a zpool named test
-//error handling ommitted
+//error handling omitted
 
 
 
 
 f, err := zfs.CreateFilesystem("test/snapshot-test", nil)
 f, err := zfs.CreateFilesystem("test/snapshot-test", nil)

+ 1 - 1
vendor/src/github.com/vishvananda/netlink/README.md

@@ -8,7 +8,7 @@ the kernel. It can be used to add and remove interfaces, set ip addresses
 and routes, and configure ipsec. Netlink communication requires elevated
 and routes, and configure ipsec. Netlink communication requires elevated
 privileges, so in most cases this code needs to be run as root. Since
 privileges, so in most cases this code needs to be run as root. Since
 low-level netlink messages are inscrutable at best, the library attempts
 low-level netlink messages are inscrutable at best, the library attempts
-to provide an api that is loosely modeled on the CLI provied by iproute2.
+to provide an api that is loosely modeled on the CLI provided by iproute2.
 Actions like `ip link add` will be accomplished via a similarly named
 Actions like `ip link add` will be accomplished via a similarly named
 function like AddLink(). This library began its life as a fork of the
 function like AddLink(). This library began its life as a fork of the
 netlink functionality in
 netlink functionality in

+ 1 - 1
vendor/src/github.com/vishvananda/netns/README.md

@@ -38,7 +38,7 @@ func main() {
     newns, _ := netns.New()
     newns, _ := netns.New()
     defer newns.Close()
     defer newns.Close()
 
 
-    // Do something with tne network namespace
+    // Do something with the network namespace
     ifaces, _ := net.Interfaces()
     ifaces, _ := net.Interfaces()
     fmt.Printf("Interfaces: %v\n", ifaces)
     fmt.Printf("Interfaces: %v\n", ifaces)