Skip to content

Commit aa0b2bf

Browse files
authored
Merge pull request circleci#476 from circleci/SpellingAndClarityFixes
Adding a spelling fix and rewording a part to include further directions
2 parents 701ad4f + 20f9633 commit aa0b2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_docs/enterprise/docker-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ If you are configuring network security, please ensure you whitelist the followi
8888
| Builder Boxes (including itself) | all traffic / all ports | Internal Communication |
8989

9090

91-
#### CircleCI Builder Installtion
91+
#### CircleCI Builder Installation
9292

9393
The main requirement for this install is that the kernel supports Docker. Our installation scripts will automatically install Docker if it's not installed already.
9494

9595
Notable differences compared to our [Advanced LXC Installation]({{site.baseurl}}/enterprise/on-prem/) are:
9696

9797
* We default to using Ubuntu Trusty container image which is documented at https://circleci.com/docs/build-image-trusty/
9898
* The container image is fetched from DockerHub. Launching new builders will be much slower depending on your connection to DockerHub. Ubuntu Trusty images are much faster to download, as they are downloaded from the closest AWS S3 region
99-
* Using Docker within builds isn't currently supported.
99+
* Using Docker within builds isn't currently supported without sharing a [Docker Socket]({{site.baseurl}}/enterprise/config/#sharing-docker-socket-with-docker-based-install)
100100
* No second volume is required.
101101
* By default, specific CPUs are not tied to specific build containers.
102102

0 commit comments

Comments
 (0)