tiryoh/ubuntu

By tiryoh

Updated almost 4 years ago

Dockerfile of Ubuntu images

Image

9.9K

docker_ubuntu

Description

Dockerfile of Ubuntu images

https://hub.docker.com/r/tiryoh/ubuntu/

Requirements

  • Docker

Revisions

  • trusty-core(trusty-bash)
    • official ubuntu image(ubuntu:trusty) + wget + curl + git + build-essential + vim
    • Default user is non-root. Check Usage.
  • xenial-core(xenial-bash)
    • official ubuntu image(ubuntu:xenial) + wget + curl + git + build-essential + vim
    • Default user is non-root. Check Usage.
  • bionic-core(bionic-bash)
    • official ubuntu image(ubuntu:bionic) + wget + curl + git + build-essential + vim
    • Default user is non-root. Check Usage.
  • trusty
  • xenial
  • bionic
  • trusty-dev(dev-trusty)
    • trusty + NOPASSWD
  • xenial-dev(dev-xenial)
    • xenial + NOPASSWD
  • bionic-dev(dev-bionic)
    • bionic + NOPASSWD
  • latest(master)
    • same as xenial

Usage

Default username is "ubuntu", password is "ubuntu".

Run docker containter. Add --rm option to remove the containter when you exit it.

docker run -it --rm tiryoh/ubuntu:<revision>

License

(C) 2016 - 2019 Tiryoh

This repository is licensed under the MIT license, see LICENSE.
Unless attributed otherwise, everything in this repository is under the MIT license.

Docker Pull Command

docker pull tiryoh/ubuntu