Created
December 5, 2019 20:04
-
-
Save catvec/cc8859c62be4535a458a0be3d624b05d to your computer and use it in GitHub Desktop.
containers/libpod #4648 debug files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volume_path = "/home/noah/.local/share/containers/storage/volumes" | |
image_default_transport = "docker://" | |
runtime = "runc" | |
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"] | |
conmon_env_vars = ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"] | |
cgroup_manager = "cgroupfs" | |
init_path = "" | |
static_dir = "/home/noah/.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 | |
events_logger = "file" | |
EventsLogFilePath = "" | |
detach_keys = "ctrl-p,ctrl-q" | |
[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"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[storage] | |
driver = "vfs" | |
runroot = "/run/user/1000" | |
graphroot = "/home/noah/.local/share/containers/storage" | |
[storage.options] | |
size = "" | |
remap-uids = "" | |
remap-gids = "" | |
remap-user = "" | |
remap-group = "" | |
ostree_repo = "" | |
skip_mount_home = "" | |
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 = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment