mmcc-xx / WhosAtMyFeeder

316 stars 15 forks source link

Cannot start latest docker image #16

Closed linkedupbits closed 1 year ago

linkedupbits commented 1 year ago

I have tried upgrading to the latest image but it will not start:

> sudo docker-compose up
[+] Running 19/19
 ✔ whosatmyfeeder 18 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿]      0B/0B      Pulled   87.6s
   ✔ 93c2d578e421 Pull complete                                           20.8s
   ✔ c87e6f3487e1 Pull complete                                           21.1s
   ✔ 65b4d59f9aba Pull complete                                           22.7s
   ✔ d7edca23d42b Pull complete                                           51.8s
   ✔ 312bf3dc89d4 Pull complete                                           52.0s
   ✔ 52a627168d88 Pull complete                                           52.4s
   ✔ 0c4fbab13778 Pull complete                                           52.5s
   ✔ 733391fd0ab8 Pull complete                                           52.7s
   ✔ 9e0b0a86dba8 Pull complete                                           68.6s
   ✔ d600bff75849 Pull complete                                           68.7s
   ✔ 93f0644afa2f Pull complete                                           84.4s
   ✔ 95b38cb92f69 Pull complete                                           84.5s
   ✔ fd164cbbd9e5 Pull complete                                           84.6s
   ✔ 989e3ffa9d54 Pull complete                                           84.7s
   ✔ a3939911630b Pull complete                                           84.8s
   ✔ e61fd0d509bb Pull complete                                           84.9s
   ✔ 5c023cf4ccbc Pull complete                                           84.9s
   ✔ 6ea6a24bdf6d Pull complete                                           85.0s
[+] Running 2/1
 ✔ Container whosatmyfeeder                                                  Created3.0s
 ! whosatmyfeeder Published ports are discarded when using host network mode 0.0s
Attaching to whosatmyfeeder
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: unable to start unit "docker-fbff0f2188014f0ed8b18f96e900fa684e204aa5b29f56821293a63f97d553d4.scope" (properties [{Name:Description Value:"libcontainer container fbff0f2188014f0ed8b18f96e900fa684e204aa5b29f56821293a63f97d553d4"} {Name:Slice Value:"system.slice"} {Name:Delegate Value:true} {Name:PIDs Value:@au [15176]} {Name:MemoryAccounting Value:true} {Name:CPUAccounting Value:true} {Name:IOAccounting Value:true} {Name:TasksAccounting Value:true} {Name:DefaultDependencies Value:false}]): Launch helper exited with unknown return code 1: unknown

Where can I source more meaningful logs?

> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.2 LTS
Release:        22.04
Codename:       jammy
> docker --version
Docker version 20.10.24, build 297e128
> docker-compose --version
Docker Compose version v2.17.2
linkedupbits commented 1 year ago

Please ignore this. Somehow got snap docker installed, and couldn't even run docker hello-world.