mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 14:15:10 -05:00
add a few section descriptions
This commit is contained in:
parent
09ae203207
commit
5c51dd8a77
@ -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/)
|
||||
|
Loading…
Reference in New Issue
Block a user