Vanilla [podman] containers config
This commit is contained in:
parent
e0030079fa
commit
d609137f5b
2 changed files with 58 additions and 0 deletions
30
.config/containers/libpod.conf
Normal file
30
.config/containers/libpod.conf
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
volume_path = "/home/vladan/.local/share/containers/storage/volumes"
|
||||||
|
image_default_transport = "docker://"
|
||||||
|
runtime = "runc"
|
||||||
|
runtime_supports_json = ["crun", "runc"]
|
||||||
|
runtime_supports_nocgroups = ["crun"]
|
||||||
|
conmon_path = ["/usr/libexec/podman/conmon", "/usr/local/libexec/podman/conmon", "/usr/local/lib/podman/conmon", "/usr/bin/conmon", "/usr/sbin/conmon", "/usr/local/bin/conmon", "/usr/local/sbin/conmon", "/run/current-system/sw/bin/conmon"]
|
||||||
|
conmon_env_vars = ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"]
|
||||||
|
cgroup_manager = "cgroupfs"
|
||||||
|
init_path = ""
|
||||||
|
static_dir = "/home/vladan/.local/share/containers/storage/libpod"
|
||||||
|
tmp_dir = "/run/user/1000/libpod/tmp"
|
||||||
|
max_log_size = -1
|
||||||
|
no_pivot_root = false
|
||||||
|
cni_config_dir = "/etc/cni/net.d/"
|
||||||
|
cni_plugin_dir = ["/usr/libexec/cni", "/usr/lib/cni", "/usr/local/lib/cni", "/opt/cni/bin"]
|
||||||
|
infra_image = "k8s.gcr.io/pause:3.1"
|
||||||
|
infra_command = "/pause"
|
||||||
|
enable_port_reservation = true
|
||||||
|
label = true
|
||||||
|
network_cmd_path = ""
|
||||||
|
num_locks = 2048
|
||||||
|
lock_type = "shm"
|
||||||
|
events_logger = "journald"
|
||||||
|
events_logfile_path = ""
|
||||||
|
detach_keys = "ctrl-p,ctrl-q"
|
||||||
|
SDNotify = false
|
||||||
|
|
||||||
|
[runtimes]
|
||||||
|
crun = ["/usr/bin/crun", "/usr/local/bin/crun"]
|
||||||
|
runc = ["/usr/bin/runc", "/usr/sbin/runc", "/usr/local/bin/runc", "/usr/local/sbin/runc", "/sbin/runc", "/bin/runc", "/usr/lib/cri-o-runc/sbin/runc", "/run/current-system/sw/bin/runc"]
|
28
.config/containers/storage.conf
Normal file
28
.config/containers/storage.conf
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
[storage]
|
||||||
|
driver = "vfs"
|
||||||
|
runroot = "/run/user/1000"
|
||||||
|
graphroot = "/home/vladan/.local/share/containers/storage"
|
||||||
|
[storage.options]
|
||||||
|
size = ""
|
||||||
|
remap-uids = ""
|
||||||
|
remap-gids = ""
|
||||||
|
ignore_chown_errors = ""
|
||||||
|
remap-user = ""
|
||||||
|
remap-group = ""
|
||||||
|
mount_program = ""
|
||||||
|
mountopt = ""
|
||||||
|
[storage.options.thinpool]
|
||||||
|
autoextend_percent = ""
|
||||||
|
autoextend_threshold = ""
|
||||||
|
basesize = ""
|
||||||
|
blocksize = ""
|
||||||
|
directlvm_device = ""
|
||||||
|
directlvm_device_force = ""
|
||||||
|
fs = ""
|
||||||
|
log_level = ""
|
||||||
|
min_free_space = ""
|
||||||
|
mkfsarg = ""
|
||||||
|
mountopt = ""
|
||||||
|
use_deferred_deletion = ""
|
||||||
|
use_deferred_removal = ""
|
||||||
|
xfs_nospace_max_retries = ""
|
Loading…
Add table
Reference in a new issue