A Dockerfile that produces a Docker Image for Ubuntu.
To create the image srinivasachalla/docker-ubuntu, execute the following command on the docker-ubuntu folder:
$ docker build -t srinivasachalla/docker-ubuntu .
To run the image:
$ docker run -ti --rm --name ubuntu srinivasachalla/docker-ubuntu
See LICENSE for details.