Skip to content

Commit

Permalink
added push docs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-besch committed Mar 19, 2024
1 parent 49f5aa2 commit a7c65ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit a7c65ef

Please sign in to comment.