-
Notifications
You must be signed in to change notification settings - Fork 8
[BUG] Could not bring Docker Engine back online #57
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I try to install Synology-docker to use my new docker images which requires new docker version.
I stuck on error during syno_docker_update.sh logger
I suppose that docker is not stopped on first step of script. Because all of my services ale working.
I have EXT4 file system
To reproduce
- $ sudo ./syno_docker_update.sh logger
Expected behavior
IDK what should be displayed but no error for sure ;)
Log file
Step 4 from 4: Starting Docker service - May take a while.
- timeout set to 24m based on 16 active containers
{"action":"prepare","error":{"code":150,"description":"Failed to load package info"},"last_stage":"prepare","stage":"prepare_start","success":false}
ERROR: Could not bring Docker Engine back online
Docker daemon configuration
$ sudo cat /var/packages/Docker/etc/dockerd.json
{
"data-root": "/var/packages/Docker/var/docker",
"group": "administrators",
"log-driver": "local",
"log-opts": {
"max-file": "5",
"max-size": "20m"
},
"registry-mirrors": [],
"storage-driver": "aufs"
}
Additional context
./syno_docker_list_containers.sh show all containers are db
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working