SvenDowideit / dockerfiles

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

Check if /docker exists #18

Closed md2perpe closed 9 years ago

md2perpe commented 9 years ago

Executing docker run svendowideit/samba prints out an error message "/setup.sh: line 74: /docker: No such file or directory" before the usage. Checking if /docker exists and is executable before using it should get rid of this error message.