Base ubuntu docker image Building docker image Build image first: docker build -t limed/ubuntu-base . Tag image if you want: docker tag <random hash here> limed/ubuntu-base:14.04 Push image to docker hub: docker push limed/ubuntu-base