-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opscenter container status exited (1) after 10 sec #27
Comments
Cloud there be an error in the config of the image? [{ |
The logs give a very strange clue. It's as if the 'service' command has gone missing.
I'll try and reproduce it on my computer. |
I'm seeing this issue too. Exact same problem. Any updates here? |
Maybe because the centos7 docker image uses fakesystemd instead of systemd: https://groups.google.com/forum/#!topic/docker-user/ebCUAGNuO44 Not a problem in the centos6 image. Does the opscenter require centos7, or could 6 be used? Or maybe use supervisord instead? Maybe not, but options. |
Changing the DockerFile so it is using centos6 seems to work fine, except I had to also omit the line that installed hostname. Is there something in the opscenter that requires this be available? So, a "quick" workaround is to use centos6. Maybe not the best, but I have a local image running that seems to be working. |
Hi,
for some reason the opscenter image won't Start. Im using the guide provider in the repository... After 10 sec it throws the exit code 1. It seems Mike nothing happens cause the container dies not Grab an ip.
Tested with the april 2015 poklet/opscenter build on:
Ubuntu 14.04.02 - docker 1.0.1
Ubuntu 15.04 - docker 1.5
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9f96ccc5da48 poklet/opscenter:latest /bin/sh -c start 3 minutes ago Exited (1) 3 minutes ago ops
Starting OpsCenter on 172.17.0.2...
/usr/local/bin/start: line 8: service: command not found
tail: cannot open '/var/log/opscenter/opscenterd.log' for reading: No such file or directory
tail: no files remaining
is there a quick solution?
Kind regards
The text was updated successfully, but these errors were encountered: