8 lines
214 B
YAML
8 lines
214 B
YAML
|
services:
|
||
|
cgroupbasedtargetmemorycontrol:
|
||
|
image: ${DOCKER_REGISTRY-}cgroupbasedtargetmemorycontrol
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: CGroupBasedTargetMemoryControl/Dockerfile
|
||
|
privileged: true
|