I have written a Dockerfile which looks like this
FROM ubuntu:12.04 RUN apt-get update RUN apt-get install -y wget
Now I\'m having a file
If you want to copy the current dir's contents, you can run:
docker build -t -f- ./ < Dockerfile