Skip to content

Commit b20223d

Browse files
Merge pull request circleci#2069 from circleci/fernfernfern-patch-1
typo
2 parents 014b940 + 999a14c commit b20223d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/high-uid-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For example, if you start a container and run a process with UID 0 inside the co
3838
### How Docker and CircleCI use userns
3939

4040
CircleCI runs Docker containers with userns enabled in order to run customers' containers securely.
41-
When Docker starts a container, Docker pulls an image and extracts image layers form the image. If a layer contains files created with UID/GID outside the remapping range that CircleCI configured on the host machine, say UID 1000000, Docker cannot remap the UID/GID and fails to start the container. This is exactly what's happening in the error you see at the top of this document.
41+
When Docker starts a container, Docker pulls an image and extracts image layers from the image. If a layer contains files created with UID/GID outside the remapping range that CircleCI configured on the host machine, say UID 1000000, Docker cannot remap the UID/GID and fails to start the container. This is exactly what's happening in the error you see at the top of this document.
4242

4343
### What should I do?
4444

0 commit comments

Comments
 (0)