You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is also available through [Docker](https://hub.docker.com/r/friendsofgo/killgrave), just run:
161
+
162
+
```bash
163
+
docker run -it --rm -p 3000:3000 friendsofgo/killgrave
164
+
```
165
+
166
+
Remember to use the [-p](https://docs.docker.com/engine/reference/run/) flag to expose the container port where the application is listening (3000 by default).
167
+
168
+
NOTE: If you want to use `killgrave` through Docker at the same time you use your own dockerised HTTP-based API, be careful with networking issues.
0 commit comments