Skip to content

Commit 08af32d

Browse files
authored
Merge pull request awsdocs#29 from xinchx/patch-1
Docker build with CodeBuild requires privilegedMode
2 parents 0af9a8a + 17cdc24 commit 08af32d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc_source/sample-docker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ If you are using an Amazon S3 input bucket, be sure to create a ZIP file that co
113113
"name": "IMAGE_TAG",
114114
"value": "latest"
115115
}
116-
]
116+
],
117+
"privilegedMode": true
117118
},
118119
"serviceRole": "arn:aws:iam::account-ID:role/role-name",
119120
"encryptionKey": "arn:aws:kms:region-ID:account-ID:key/key-ID"
@@ -291,4 +292,4 @@ If you are using an Amazon S3 input bucket, be sure to create a ZIP file that co
291292
## Related Resources<a name="w6aac11c41c17c23"></a>
292293
+ For more information about getting started with AWS CodeBuild, see [Getting Started with CodeBuild](getting-started.md)\.
293294
+ For more information about troubleshooting problems with CodeBuild, see [Troubleshooting CodeBuild](troubleshooting.md)\.
294-
+ For more information about limits in CodeBuild, see [Limits for CodeBuild](limits.md)\.
295+
+ For more information about limits in CodeBuild, see [Limits for CodeBuild](limits.md)\.

0 commit comments

Comments
 (0)