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.

22 lines
381 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/sbin/runc"
  9. # runtime="/sbin/uxc"
  10. # runtime_supports_nocgroups = ["crun", "uxc"]
  11. # runtime_supports_json = ["crun", "runc", "kata", "uxc"]
  12. [engine.runtimes]
  13. runc = [
  14. "/usr/sbin/runc",
  15. ]
  16. uxc = [
  17. "/sbin/uxc",
  18. ]