rchatley / extreme_startup

Other
265 stars 92 forks source link

ruby not found in docker #41

Closed tyrcho closed 9 years ago

tyrcho commented 9 years ago

When I run the container like that docker@boot2docker:/mnt/sda2/tmp/extreme_startup$ docker run -ti -p 80:3000 es I get this error : /bin/sh: 1: [ruby: not found

When I run it with

 docker run -ti -p 80:3000 es bash
 ruby web_server.rb

It works

jonashackt commented 9 years ago

Got the same error... With the trailing bash it works tho

rchatley commented 9 years ago

@tclavier @wadouk @mostalive can anyone help here? I haven't looked at any of the Docker stuff.

tyrcho commented 9 years ago

@rchatley please have a look at PR #43 I think it solves nicely this issue.