Sign inSign up

taka0125/ubuntu

By taka0125

•Updated almost 11 years ago

Image
0

194

taka0125/ubuntu repository overview

⁠Ubuntu Dockerfile

This repository contains Dockerfile of Ubuntu⁠ for Docker⁠'s trusted build⁠ published to the public Docker Registry⁠.

⁠OS version

Ubuntu 14.04

⁠Included Application
  • ssh
  • supervisor
  • vim
⁠Installation
  1. Install Docker⁠.

  2. 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)

⁠Usage
  • run
docker run -p 10022:22 -it --rm taka0125/ubuntu:14.04
  • build
docker build -t <yourname>/<container-name> .
  • ssh login
ssh docker@<ip-address> -p 10022
  • password is hw3TKfFBfvmPk4RdxaJkCazMJrbmKe

Tag summary

Content type

Image

Digest

sha256:597e9585d…

Size

167.6 MB

Last updated

almost 11 years ago

docker pull taka0125/ubuntu:14.04