github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/cmd/docker-driver/README.md (about) 1 # Loki Docker Logging Driver 2 3 ## Overview 4 5 Docker logging driver plugins extends Docker's logging capabilities. You can use Loki Docker logging driver plugin to send 6 Docker container logs directly to your Loki instance or [Grafana Cloud](https://grafana.com/loki). 7 8 > Docker plugins are not yet supported on Windows; see Docker's logging driver plugin [documentation](https://docs.docker.com/engine/extend/) 9 10 If you have any questions or issues using the Docker plugin feel free to open an issue in this [repository](https://github.com/grafana/loki/issues). 11 12 The documentation source code of the plugin is available in the [documentation folder](../../docs/sources/clients/docker-driver/). 13 14 ## Contributing 15 16 This directory contains the code source of the docker driver. 17 To build and contribute. you will need: 18 19 - Docker 20 - Makefile 21 - Optionally go 1.14 installed. 22 23 To build the driver you can use `make docker-driver`, then you can install this driver using `make docker-driver-enable`. 24 If you want to uninstall the driver simply run `make docker-driver-clean`. 25 26 Make you update the [documentation](../../docs/sources/clients/docker-driver/) accordingly when submitting a new change.