After the installation, you have to add your user to docker group to run docker without sudo permission
sudo usermod -aG docker $USER
FROM ubuntu:tag # Sets the image
MAINTAINER Denis Policastro <[email protected]>
ADD . . # Copy items from host to VM (All from dir to workdir)