Skip to content

[BUG] Could not bring Docker Engine back online #57

@marithpl

Description

@marithpl

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

  1. $ 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions