Created
July 8, 2024 15:58
-
-
Save johnhpatton/08638b32ac66b65d84e426599d0c8a8e to your computer and use it in GitHub Desktop.
Build loki docker driver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/src | |
git clone [email protected]:grafana/loki.git | |
cd loki | |
make LOKI_DOCKER_DRIVER=loki PLUGIN_TAG=latest docker-driver | |
make LOKI_DOCKER_DRIVER=loki PLUGIN_TAG=latest docker-driver-enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment