Skip to content

Commit

Permalink
docker/README: provide project links
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea authored Aug 6, 2024
1 parent 787e4e3 commit 0b19030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Docker Image for SIPssert

This image can be used to run the SIPssert tool for a test set provided by the user.
This image can be used to run the [SIPssert](https://github.com/OpenSIPS/SIPssert) tool for a test set provided by the user.
Build the image with the following command:

```bash
Expand All @@ -13,3 +13,5 @@ So, go to your test directory and run the following command:
```bash
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):$(pwd) -w $(pwd) opensips/sipssert .
```

Sources of this docker image can he found on [GitHub](https://github.com/OpenSIPS/SIPssert/tree/main/docker).

0 comments on commit 0b19030

Please sign in to comment.