SvenDowideit / dockerfiles

dockerfiles that I use
http://fosiki.com
MIT License
212 stars 60 forks source link

Graceful handling of being unable to bind #26

Open mzedeler opened 9 years ago

mzedeler commented 9 years ago

Binding to the samba related ports (137-139 and 445) in https://github.com/SvenDowideit/dockerfiles/blob/master/samba/setup.sh#L116-L119 doesn't necessarily work because there may be something else listening on those ports.

I suggest two fixes:

I can provide a patch to fix both, if you want it.