File: containers_broken.conf

package info (click to toggle)
golang-github-containers-common 0.66.0%2Bds2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,608 kB
  • sloc: makefile: 126; sh: 125
file content (16 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
foo="bar"
[containers]

#Umask inside the container
umask="0002"

# default network mode
netns="bridge"

# Default transport method for pulling and pushing for images
image_default_transport = "docker://"

[engine]

# Cgroup management implementation used for the runtime.
cgroup_manager = "systemd"