mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-19 15:38:04 +02:00
Adding LogJam
This commit is contained in:
parent
d2c14a821a
commit
6cf9101c6d
1 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,8 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
|
|||
* [Useful Images](#useful-images)
|
||||
* [Storing Images](#storing-images)
|
||||
* [Running Containers](#running-containers)
|
||||
* [Networking](networking)
|
||||
* [Logging](#logging)
|
||||
* [Service Discovery](#service-discovery)
|
||||
* [Slides](#slides)
|
||||
* [Videos](#videos)
|
||||
|
@ -167,7 +169,11 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
|
|||
|
||||
### Networking
|
||||
|
||||
* [Weave] (https://github.com/zettio/weave) (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
|
||||
* [Weave](https://github.com/zettio/weave) (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
|
||||
|
||||
### Logging
|
||||
|
||||
* [LogJam](https://github.com/gocardless/logjam)
|
||||
|
||||
### Service Discovery
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue