I\'m just starting to learn Docker, and I\'m trying to get a simple setup with boot2docker on Windows. I could not find in any tutorial or samples online how to make my project
ssh the file into your VM
dockerfile=$(cat LocalDockerfile) boot2docker ssh "echo '$dockerfile' > Dockerfile"
wrote it up here http://micahasmith.github.io/2014/11/07/copying-files-into-boot2docker/