From a7c65ef0f0c30b599c110b96ef2c91d32aeb134e Mon Sep 17 00:00:00 2001 From: christopher-besch Date: Tue, 19 Mar 2024 10:51:14 +0100 Subject: [PATCH] added push docs to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccb0ac8..2e03161 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ More information on building plugins can be found in the [Docker documentation]( When you run `cargo test` on your host machine, make sure ports `9000` to `9500` are vacant, as they are being used for testing. +If you want to push the plugin to this repo use `docker plugin push ghcr.io/ibm/docker-logdna:YOUR_VERSION`. +That is `docker plugin push [...]` and not `docker push [...]`. + ## Testing on the Host Install the logdna plugin and start [a log-producing Docker container](./mock/client) and a [logdna mock server](./mock/server).