1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Update URLs in the README, add translation note

This commit is contained in:
Hongli Lai (Phusion) 2015-01-20 10:52:48 +01:00
parent a0e2a13b0a
commit d85b76dfd9
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# A minimal Ubuntu base image modified for Docker-friendliness
Baseimage-docker is a special [Docker](http://www.docker.io) image that is configured for correct use within Docker containers. It is Ubuntu, plus:
Baseimage-docker is a special [Docker](https://www.docker.com) image that is configured for correct use within Docker containers. It is Ubuntu, plus:
* Modifications for Docker-friendliness.
* Administration tools that are especially useful in the context of Docker.
@ -8,7 +8,7 @@ Baseimage-docker is a special [Docker](http://www.docker.io) image that is confi
You can use it as a base for your own Docker images.
Baseimage-docker is available for pulling from [the Docker registry](https://index.docker.io/u/phusion/baseimage/)!
Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/u/phusion/baseimage/)!
### What are the problems with the stock Ubuntu base image?

View File

@ -1,6 +1,8 @@
# 小巧玲珑的ubuntu镜像
Baseimage-docker是一个特殊的 [Docker](http://www.docker.io) 镜像可以很优雅的将它用于docker镜像。相对于 Ubuntu, 有这些新增:
**This translation was last updated October 24, 2014.**
Baseimage-docker是一个特殊的 [Docker](https://www.docker.com) 镜像可以很优雅的将它用于docker镜像。相对于 Ubuntu, 有这些新增:
* 修改之后可以很友好的使用docker
* 修复了一些docker的bug [some Docker bugs](#workaroud_modifying_etc_hosts).
@ -8,7 +10,7 @@ Baseimage-docker是一个特殊的 [Docker](http://www.docker.io) 镜像,可
你可以用它作为你自己的基础docker镜像。
Baseimage-docker 可以从[the Docker registry](https://index.docker.io/u/phusion/baseimage/)获取到!
Baseimage-docker 可以从[the Docker registry](https://registry.hub.docker.com/u/phusion/baseimage/)获取到!
### 原生的ubuntu基础镜像有什么问题呢