Skip to content
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

supervisord error when running the container #2

Open
troptop opened this issue May 26, 2016 · 1 comment
Open

supervisord error when running the container #2

troptop opened this issue May 26, 2016 · 1 comment

Comments

@troptop
Copy link

troptop commented May 26, 2016

Hi,

You have a little mistake in your dockerfile. so we can not run your container
/bin/sh: [/usr/bin/supervisord,: No such file or directory
you should replace
CMD ['/usr/bin/supervisord', '--configuration=/etc/supervisord.conf']
by
CMD ["/usr/bin/supervisord","--configuration=/etc/supervisord.conf"]
and it works

@jasonmce
Copy link

@troptop Your fix worked, so I created a PR with it. Ended up finding an issue with timezones as well which I'm maintaining on my own fork for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants