add a few section descriptions

This commit is contained in:
Moshe-Immerman 2017-09-03 12:04:08 +02:00 committed by GitHub
parent 09ae203207
commit 5c51dd8a77

View File

@ -273,6 +273,8 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c
#### Native
*Native desktop applications for managing and montoring docker hosts and clusters*
* [DockStation](https://github.com/DockStation/dockstation) - A developer centric UI to configure, monitor, and manage services and containers [@dock_station](https://twitter.com/dock_station)
#### Terminal
@ -310,6 +312,8 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c
### Base Tools
*Tools and applications that are either installed inside containers or designed to be run as a [sidecar](https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar)*
* [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz)
* [CoreOS][coreos] - Linux for Massive Server Deployments
* [docker-alpine][alpine] - A super small Docker base image *(5MB)* using Alpine Linux by [@gliderlabs][gliderlabs]
@ -321,6 +325,8 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c
### Builder
*Applications designed to help or simplify building **new** images*
* [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable)
* [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker)
* [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/)