Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Made docker stager container privilege configurable
Browse files Browse the repository at this point in the history
[#121154097]

Signed-off-by: Tim Hausler <thausler@pivotal.io>
  • Loading branch information
ameowlia authored and thausler786 committed Jun 24, 2016
1 parent ba2d0ba commit fab973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker_backend.go
Expand Up @@ -149,7 +149,7 @@ func (backend *dockerBackend) BuildRecipe(stagingGuid string, request cc_message
taskDefinition := &models.TaskDefinition{
RootFs: models.PreloadedRootFS(backend.config.DockerStagingStack),
ResultFile: DockerBuilderOutputPath,
Privileged: true,
Privileged: backend.config.PrivilegedContainers,
MemoryMb: int32(request.MemoryMB),
LogSource: TaskLogSource,
LogGuid: request.LogGuid,
Expand Down

0 comments on commit fab973e

Please sign in to comment.