Renaming "images" to "Useful Images"

This commit is contained in:
Julien Bisconti 2014-09-26 14:09:16 +02:00
parent f3ecc031b6
commit cf6b7e7938

View File

@ -27,7 +27,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Hosting for repositories (registries)](#hosting-for-repositories-registries)
* [Hosting for containers](#hosting-for-containers)
* [Dev Tools](#dev-tools)
* [Images](#images)
* [Useful Images](#userful-images)
* [Storing Images](#storing-images)
* [Running Containers](#running-containers)
* [Service Discovery](#service-discovery)
@ -126,7 +126,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Boot2Docker](https://github.com/boot2docker/boot2docker) (docker for OSX and Windows) -- http://boot2docker.io/
* [OctoHost](http://www.octohost.io/) (Simple web focused Docker based mini-PaaS server. git push to deploy your websites as needed) by [@octohost](https://github.com/octohost)
### Images
### Useful Images
* [Base Image](https://github.com/phusion/baseimage-docker) by [@phusion](https://github.com/phusion/)
* [Busybox](https://github.com/jpetazzo/docker-busybox) (with either `buildroot` or Ubuntu's `busybox-static`) by [@jpetazzo](https://github.com/jpetazzo)