This repository contains Dockerfile of Ubuntu for Docker's trusted build published to the public Docker Registry.
Ubuntu 14.04
Install Docker.
Download trusted build from public Docker Registry: docker pull taka0125/ubuntu:14.04
(alternatively, you can build an image from Dockerfile: docker build -t="taka0125/ubuntu:14.04" github.com/taka0125/docker/tree/master/ubuntu/14.04)
docker run -p 10022:22 -it --rm taka0125/ubuntu:14.04
docker build -t <yourname>/<container-name> .
ssh docker@<ip-address> -p 10022
password is hw3TKfFBfvmPk4RdxaJkCazMJrbmKeContent type
Image
Digest
sha256:597e9585d…
Size
167.6 MB
Last updated
almost 11 years ago
docker pull taka0125/ubuntu:14.04