Failed to start CMS 1.8.2

Dear Sir/Madam, I failed to start CMS after I rebooted my Linux. Can you please advise?

The error message that I got is as such:

[root@localhost xibo]# docker-compose -f cms_custom-ports.yml up -d
Starting xibo_cms-db_1 …
Starting xibo_cms-db_1
Starting xibo_cms-xmr_1 …
Starting xibo_cms-db_1 … error

Starting xibo_cms-xmr_1 … error

ERROR: for xibo_cms-xmr_1 Cannot start service cms-xmr: Container is marked for removal and cannot be started.

ERROR: for cms-db Cannot start service cms-db: Container is marked for removal and cannot be started.

ERROR: for cms-xmr Cannot start service cms-xmr: Container is marked for removal and cannot be started.
ERROR: Encountered errors while bringing up the project.

Please can you post the output of

docker info
docker ps -a

Hello!

I have the same problem.

docker info return :

Containers: 10 Running: 1 Paused: 0 Stopped: 9 Images: 11 Server Version: 17.12.0-ce Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 113 Dirperm1 Supported: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 89623f28b87a6004d4b785663257362d1658a729 runc version: b2567b37d7b75eb4cf325b77297b140ea686ce8f init version: 949e6fa Kernel Version: 3.16.0-5-amd64 Operating System: Debian GNU/Linux 8 (jessie) OSType: linux Architecture: x86_64 CPUs: 1 Total Memory: 1.963GiB Name: XIBO ID: ZCHY:KQAY:5LVH:3UTN:AKIB:SC42:RRAD:5L6U:W76Z:23BY:RS6N:3QSY Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false

Containers: 10
Running: 1
Paused: 0
Stopped: 9
Images: 11
Server Version: 17.12.0-ce
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 113
Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 89623f28b87a6004d4b785663257362d1658a729
runc version: b2567b37d7b75eb4cf325b77297b140ea686ce8f
init version: 949e6fa
Kernel Version: 3.16.0-5-amd64
Operating System: Debian GNU/Linux 8 (jessie)
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 1.963GiB
Name: XIBO
ID: ZCHY:KQAY:5LVH:3UTN:AKIB:SC42:RRAD:5L6U:W76Z:23BY:RS6N:3QSY
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

and docker ps -a :

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e57a5b9ed965 xibosignage/xibo-cms:release-1.8.7 "/entrypoint.sh" 2 months ago Removal In Progress xibodocker_cms-web_1 dec69db64905 xibosignage/xibo-xmr:release-0.7 "/entrypoint.sh" 2 months ago Removal In Progress xibodocker_cms-xmr_1 c951498dcab8 mysql:5.6 "docker-entrypoint.s…" 2 months ago Removal In Progress xibodocker_cms-db_1 7e1dd085b8f0 ubuntu "bash" 8 months ago Exited (0) 8 months ago silly_hypatia 7a73fc763226 armhf/hello-world "/hello" 8 months ago Exited (1) 8 months ago zealous_noether 834506f779c9 hello-world "/hello" 8 months ago Exited (0) 8 months ago goofy_jang fb2c3e90e8d7 ubuntu "bash" 8 months ago Exited (127) 8 months ago suspicious_kirch cb41db4b4ff8 hello-world "/hello" 8 months ago Exited (0) 8 months ago keen_leakey 8de2be99a48d armhf/hello-world "/hello" 8 months ago Exited (1) 8 months ago thirsty_murdock 732767a4a3a2 hello-world "/hello" 8 months ago Exited (0) 8 months ago pensive_stonebraker

Can you help me??

Thank you!

Sorry,

After restarting the machine, it’s ok.

I restart the machine, run docker-compose down, then docker-compose up -d and it’s right.