All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-launcher-service.0.0.4.source-code.rkt-launcher-remote.conf Maven / Gradle / Ivy

rktLauncher = {
  # where to find rkt binary
  rkt = "/usr/bin/rkt"
  # how to daemonize
  daemon = ["systemd-run", "--slice=machine"]
  # rkt global options, check `rkt -h` for details
  globalOptions = {
    insecureOptions = ["image"]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy