It’s probably the `pwd` part, try entering your full path there instead.
Travis Reeder
1
Hi, thanks for your response. The problem was not with the `pwd` but with the location of the files. For Windows and Mac the Docker Engine daemon has limited access as stated here `https://docs.docker.com/engine/tutorials/dockervolumes/`. I moved hello.rb under a subfolder in C:\Users (the folder Docker has access on Windows) and it works now.