docker_ubuntu



Description
Dockerfile of Ubuntu images
https://hub.docker.com/r/tiryoh/ubuntu/
Requirements
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)
- xenial-dev(dev-xenial)
- bionic-dev(dev-bionic)
- latest(master)
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.