storlets/etc/storlet-docker-gateway.conf-sample
Takashi Kajinami 3ed0275b2b Generalize container related options
This renames a few options of docker gateway to generalize name of
these options in case we support any different runtimes such as podman.
  - docker_repo to container_image_namespace
  - default_docker_image to default_container_image

Change-Id: Id256e85f79912b5f5130e259475e9c9db28d7912
2024-01-29 01:16:25 +09:00

12 lines
383 B
Plaintext

[DEFAULT]
host_root = /var/lib/storlets
cache_dir = /var/lib/storlets/cache/scopes
log_dir = /var/lib/storlets/logs/scopes
script_dir = /var/lib/storlets/scripts
storlets_dir = /var/lib/storlets/storlets/scopes
pipes_dir = /var/lib/storlets/pipes/scopes
container_image_namespace = localhost:5001
restart_linux_container_timeout = 10
storlet_timeout = 40
max_containers_per_node = 0