homer7-docker icon indicating copy to clipboard operation
homer7-docker copied to clipboard

unable to start docker for hom7-hep-influx

Open altanai opened this issue 4 years ago • 2 comments

cloned repo went into homer7-docker/heplify-server/hom7-hep-influx dir tried

docker-compose up

error reads

Starting caddy ... 
Starting hom7-hep-influx_db_1_f0dfb2b2f2a9 ... 
Starting hom7-hep-influx_db_1_f0dfb2b2f2a9       ... error

Starting caddy                                   ... error
ERROR: for hom7-hep-influx_db_1_f0dfb2b2f2a9  Cannot start service db: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/e72a9659ea1daad63e7e6828e0b2bdcea9fc658e436ecff5ce4a3c2f3a9578e5/log.json: no such file or directory): runc did not terminate sucessfully: unknown

ERROR: for caddy  Cannot start service caddy: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/085e6d740c56f20e0b689c6cb91e49d0ef952c1a01593dee781d587d6cb35b1e/log.json: no such file or directory): rStarting hom7-hep-influx_influxdb_1_a2447b2e8064 ... error

ERROR: for hom7-hep-influx_influxdb_1_a2447b2e8064  Cannot start service influxdb: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/cebb108938e4468319915db929d58392f556a1981cd5777eda51ffe0207c80e5/log.json: no such file or directory): runc did not terminate sucessfully: unknown

ERROR: for db  Cannot start service db: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/e72a9659ea1daad63e7e6828e0b2bdcea9fc658e436ecff5ce4a3c2f3a9578e5/log.json: no such file or directory): runc did not terminate sucessfully: unknown

ERROR: for caddy  Cannot start service caddy: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/085e6d740c56f20e0b689c6cb91e49d0ef952c1a01593dee781d587d6cb35b1e/log.json: no such file or directory): runc did not terminate sucessfully: unknown

ERROR: for influxdb  Cannot start service influxdb: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v1.linux/moby/cebb108938e4468319915db929d58392f556a1981cd5777eda51ffe0207c80e5/log.json: no such file or directory): runc did not terminate sucessfully: unknown
ERROR: Encountered errors while bringing up the project.

using debian 9 OS , docker is 18.09.8v ,

altanai avatar Jul 19 '19 10:07 altanai

This is unrelated to our stack. What version of Docker and docker-compose are you using?

lmangani avatar Jul 19 '19 10:07 lmangani

Please run the following and report back on results: sudo docker run hello-world

lmangani avatar Jul 19 '19 11:07 lmangani