Error response from daemon: ContainerInspect failed Error: failed to start containers

Expected behavior

After installation of Docker for Mac, I searched and pulled a docker image: korjavin/docker-traccar. The docker start korjavin/docker-traccar should start the container?

Actual behavior

docker start results in an error message:
Error response from daemon: ContainerInspect failed Error: failed to start containers

Information

Error also appears in other images

  • the output of:
    • pinata diagnose -u on OSX
      OS X: version 10.10.5 (build: 14F1605)
      Docker.app: version v1.11.1-beta10
      Running diagnostic tests:
      [OK] docker-cli
      [OK] Moby booted
      [OK] driver.amd64-linux
      [OK] vmnetd
      [OK] osxfs
      [OK] db
      [OK] slirp
      [OK] menubar
      [OK] environment
      [OK] Docker
      [OK] VT-x
      Docker logs are being collected into /tmp/20160505-125253.tar.gz
      Most specific failure is: No error was detected
      Your unique id is: C08D2DAF-7F68-4E5F-A704-4F746C1F6F70
      As a new user I could not upload the log :frowning:

Steps to reproduce the behavior

  1. docker pull korjavin/docker-traccar
  2. docker start korjavin/docker-traccar
2 Likes

I have the same exact issue. Any fix on this?