[Help] Unable to run Private Docker Repo

Hey Guys,

i am trying to run a private docker registry on my self hosted ubuntu 18.04 server. Unfortunately i get the following error.

Steps to reproduce the issue:

  1. just start docker run -d -p 5000:5000 --restart always --name registry registry:2

Describe the results you received:

Creating network “docker_registry_default” with the default driver
Creating docker_registry_registry_1 … error
ERROR: for docker_registry_registry_1 Cannot start service registry: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/16c3479ac4b77c76d4f9158b8496a8ff462283178ebde8f22720819e4386e842/log.json: no such file or directory): runc did not terminate sucessfully: unknown

Describe the results you expected:

run success

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker version :

Client: Docker Engine - Community
 Version:           19.03.4
 API version:       1.40
 Go version:        go1.12.10
 Git commit:        9013bf583a
 Built:             Fri Oct 18 15:54:09 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.4
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.10
  Git commit:       9013bf583a
  Built:            Fri Oct 18 15:52:40 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.2.10
  GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
 runc:
  Version:          1.0.0-rc8+dev
  GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

Additional environment details (AWS, VirtualBox, physical, etc.):

Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic

I hope someone can help :slight_smile: