miracle2k / dockerfiles

Some of my dockerfiles.
43 stars 34 forks source link

Fix 'Extra argument /bin/bash.' #2

Closed taylormonacelli closed 9 years ago

taylormonacelli commented 9 years ago

Recommendation from https://github.com/bjonnh/docker-skype-pulseaudio/commit/a7784d617985ee11e15b36e3d890e1cab622267d

miracle2k commented 9 years ago

I don't have a particular opinion on what is the right container API here, which is why I'm reluctant to change this now. Possibly, ENTRYPOINT=/init and CMS=sshd is best.

I believe you are running into https://github.com/docker/docker/issues/5147 and similar reports, which should be fixed in newer Docker Version.