This repository contains Dockerfile of Ubuntu for Docker's trusted build published to the public Docker Registry.
-
Install Docker.
-
Download trusted build from public Docker Registry:
docker pull dockerfile/ubuntu(alternatively, you can build an image from Dockerfile:
docker build -t="dockerfile/ubuntu" github.com/dockerfile/ubuntu)
docker run -it --rm dockerfile/ubuntu