https://github.com/io-sgr/docker-ubuntu-base
Base and latest Ubuntu OS image
https://github.com/io-sgr/docker-ubuntu-base
docker docker-image ubuntu
Last synced: 15 days ago
JSON representation
Base and latest Ubuntu OS image
- Host: GitHub
- URL: https://github.com/io-sgr/docker-ubuntu-base
- Owner: io-sgr
- License: apache-2.0
- Created: 2017-04-26T14:54:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T14:56:01.000Z (over 8 years ago)
- Last Synced: 2025-01-21T00:50:24.671Z (12 months ago)
- Topics: docker, docker-image, ubuntu
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Base and latest Ubuntu OS image
This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/ubuntu-base/) published to the public [Docker Hub](https://hub.docker.com/).
### Docker Tags
`sgrio/ubuntu-base` provides only one single tagged image:
* `latest` (default): based on `ubuntu:latest`
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://hub.docker.com/r/sgrio/ubuntu-base/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/ubuntu-base`
(alternatively, you can build an image from Dockerfile: `docker build -t="sgrio/base-ubuntu" https://raw.githubusercontent.com/sgr-io/docker-ubuntu/base/master/Dockerfile`)
### Usage
docker run -it sgrio/ubuntu-base /bin/bash