mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
c1d25c185e
Although it has some overlap with nsinit utility, it is useful to test cgroup functinality directly and try out new or internal features not exposed through nsinit. It still needs some work as I haven't added enough systemd support yet. I also need to expose an enter method. Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"name": "luke",
|
|
"parent": "darth",
|
|
"allow_all_devices": true,
|
|
"memory": 1073741824,
|
|
"memory_swap": -1,
|
|
"cpu_shares": 2048,
|
|
"cpu_quota": 500000,
|
|
"cpu_period": 250000
|
|
}
|