mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 14:12:08 +00:00
1f6cdc8589
Fix the following error: dockerd[2525]: Flag --graph has been deprecated, Use --data-root instead dockerd[2525]: the "graph" config file option is deprecated; use "data-root" instead systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE Fix the following warning: [graphdriver] trying configured driver: overlay2 DEPRECATED: the overlay2.override_kernel_check option is ignored and will be removed in the next release. You can safely remove this option from your configuration.
3 lines
145 B
Plaintext
3 lines
145 B
Plaintext
DOCKER_DAEMON_OPTS="--data-root=/storage/.kodi/userdata/addon_data/service.system.docker/docker"
|
|
DOCKER_STORAGE_OPTS="--storage-driver=overlay2"
|