Run update.sh

This commit is contained in:
Tianon Gravi 2015-05-14 11:40:18 -06:00
parent cd73420ba0
commit b8a0249999
1 changed files with 15 additions and 3 deletions

View File

@ -7,9 +7,21 @@
For more information about this image and its history, please see the [relevant manifest file (`library/ubuntu`)](https://github.com/docker-library/official-images/blob/master/library/ubuntu) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
# Ubuntu
# What is Ubuntu?
## sources.list
Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. It is based on free software and named after the Southern African philosophy of ubuntu (literally, "human-ness"), which often is translated as "humanity towards others" or "the belief in a universal bond of sharing that connects all humanity".
Development of Ubuntu is led by UK-based Canonical Ltd., a company owned by South African entrepreneur Mark Shuttleworth. Canonical generates revenue through the sale of technical support and other services related to Ubuntu. The Ubuntu project is publicly committed to the principles of open-source software development; people are encouraged to use free software, study how it works, improve upon it, and distribute it.
> [wikipedia.org/wiki/Ubuntu_(operating_system)](https://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29)
![logo](https://raw.githubusercontent.com/docker-library/docs/master/ubuntu/logo.png)
# What's in this image?
## `/etc/apt/sources.list`
### `ubuntu:14.04`
$ docker run ubuntu:14.04 grep -v '^#' /etc/apt/sources.list
@ -30,7 +42,7 @@ For more information about this image and its history, please see the [relevant
deb http://archive.ubuntu.com/ubuntu/ trusty-security universe
deb-src http://archive.ubuntu.com/ubuntu/ trusty-security universe
\-
### `ubuntu:12.04`
$ docker run ubuntu:12.04 cat /etc/apt/sources.list