https://github.com/previousdeveloper/remote-jit-sample
https://github.com/previousdeveloper/remote-jit-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/previousdeveloper/remote-jit-sample
- Owner: previousdeveloper
- License: apache-2.0
- Created: 2020-04-18T10:11:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T12:47:18.000Z (about 5 years ago)
- Last Synced: 2024-12-29T06:29:43.831Z (4 months ago)
- Language: Java
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```