Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 6021d12

Browse files
authored
Increase visibilty of codebuild privileged mode requirement (#1635)
1 parent 583487e commit 6021d12

File tree

1 file changed

+5
-0
lines changed
  • content/en/user-guide/ci/codebuild

1 file changed

+5
-0
lines changed

content/en/user-guide/ci/codebuild/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ description: Use LocalStack in CodeBuild
1212
CodeBuild allows you to define your build project, set the source code location, and handles the building and testing, while supporting various programming languages, build tools, and runtime environments.
1313
LocalStack supports CodeBuild out of the box and can be easily integrated into your pipeline to run your tests against a cloud emulator.
1414

15+
{{< alert title="Requirement" >}}
16+
LocalStack depends on the Docker socket to emulate your infrastructure.
17+
To enable it, update your project by ticking **Environment > Additional Configuration > Privileged > Enable this flag if you want to build Docker Images or want your builds to get elevated privileges**.
18+
{{< / alert >}}
19+
1520
## Snippets
1621

1722
CodeBuild has the capability to use LocalStack's GitHub Action.

0 commit comments

Comments
 (0)