https://github.com/tritondatacenter/sdc-dockerlogger
Experimental logging tool for docker containers
https://github.com/tritondatacenter/sdc-dockerlogger
docker logging
Last synced: about 1 year ago
JSON representation
Experimental logging tool for docker containers
- Host: GitHub
- URL: https://github.com/tritondatacenter/sdc-dockerlogger
- Owner: TritonDataCenter
- License: mpl-2.0
- Created: 2015-09-01T22:34:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T00:01:03.000Z (over 1 year ago)
- Last Synced: 2025-03-22T02:41:26.561Z (over 1 year ago)
- Topics: docker, logging
- Language: JavaScript
- Size: 142 KB
- Stars: 1
- Watchers: 31
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's this?
This is an experimental logger for use with sdc-docker / Triton. It consists of
a small bit of "glue" code around the Docker daemon's loggers. It is intended
to be run by dockerinit in a docker container under Triton.
See: https://github.com/TritonDataCenter/rfd/tree/master/rfd/0002 for some more
information on how docker logging is intended to work in Triton. The section
"Go in the build?" explains a bit more about how this logger fits in.
# LICENCE
See the LICENSE file for details about files in the top-level directory and
the individual vendor/src/github.com/* directories for LICENCE/LICENSE.md files
for subcomponents that have been vendored in.