adubpak
Results
2
comments of
adubpak
The bug is relatively easy to fix in the _syno_docker_update.sh_ file iteself, simply change "Docker" to "ContainerManager": 1. Line 30: readonly SYNO_DOCKER_SERV_NAME7='ContainerManager'" 2. Line 32: readonly SYNO_DOCKER_DIR='/var/packages/ContainerManager' Since there is...
> Step 9 from 10: Starting Docker service I initially had the same error: "ERROR: Could not bring Docker Engine back online" By replacing the value of SYNO_DOCKER_SERV_NAME7 with "ContainerManager"...