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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,5 +89,13 @@ To build multi-platform images using Docker Buildx, you need to install Docker v
89
89
make docker
90
90
```
91
91
92
+
For local development and testing, export the bootstrap token used by JumpServer Core and start Koko with Docker Compose:
93
+
94
+
```shell
95
+
docker compose up --build
96
+
```
97
+
98
+
By default, Koko connects to `http://host.docker.internal:8080`, exposes SSH on port `2222` and HTTP on port `5000`. Set `CORE_HOST`, `KOKO_SSH_PORT`, or `KOKO_HTTP_PORT` to override them.
99
+
92
100
## Acknowledgments
93
101
This project depends on [usql](https://github.com/xo/usql) for database connections. We appreciate their support.
0 commit comments