1
0
Fork 0
This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
command_gateway/README.md

11 lines
No EOL
272 B
Markdown

# Project
## Requirements
- `protobuf` see [tonic dependencies](https://github.com/hyperium/tonic#dependencies)
## RUN LOCAL
- `docker build . -t gateway`
- `docker run -p 22:22 gateway`
- `ssh test@localhost "{\"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"`