You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
437 B

  1. [containers]
  2. netns="private"
  3. [network]
  4. cni_plugin_dir="/usr/lib/cni"
  5. network_config_dir="/etc/cni/net.d/"
  6. default_network="podman"
  7. [engine]
  8. runtime="/usr/bin/crun"
  9. # runtime="/usr/sbin/runc"
  10. # runtime="/sbin/uxc"
  11. # runtime_supports_nocgroups = ["crun", "uxc"]
  12. # runtime_supports_json = ["crun", "runc", "kata", "uxc"]
  13. [engine.runtimes]
  14. crun = [
  15. "/usr/bin/crun",
  16. ]
  17. runc = [
  18. "/usr/sbin/runc",
  19. ]
  20. uxc = [
  21. "/sbin/uxc",
  22. ]