An open API service indexing awesome lists of open source software.

https://github.com/previousdeveloper/remote-jit-sample


https://github.com/previousdeveloper/remote-jit-sample

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# remote-jit-sample

This is example remote jit server

* Build docker image remote jit server

```shell
docker build -f Jitserver.dockerfile .
```

* Run Image

```shell
docker run imageId -p 38400:38400
```