A Dockerfile that produces a Docker Image for Ubuntu.
To create the image frodenas/ubuntu, execute the following command on the docker-ubuntu folder:
$ docker build -t frodenas/ubuntu .
To run the image:
$ docker run -ti --rm --name ubuntu frodenas/ubuntu
Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.
Content type
Image
Digest
sha256:7ca64facf…
Size
162.9 MB
Last updated
over 9 years ago
docker pull frodenas/ubuntu