Commit 1d944ef7 authored by nimrod's avatar nimrod
Browse files

Podman config template.

parent 61d6db3e
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
[storage]
  driver = "vfs"
  runroot = "{{ XDG_RUNTIME_DIR }}"
  graphroot = "{{ HOME }}/.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 = ""