No description
.idea | ||
book | ||
proto | ||
src | ||
.dockerignore | ||
.gitignore | ||
.tool-versions | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE | ||
README.md |
Archived !!!
Use https://github.com/ovh/the-bastion instead
Project
Requirements
protobuf
see tonic dependencies
RUN LOCAL
docker build . -t gateway
docker run -p 22:22 gateway
ssh test@localhost "{\"identifier\": \"project_env\", \"token\": \"token\", \"command\": \"/bin/bash\", \"envs\": {}, \"args\": []}"
BOOK
cargo install mdbook
cd book/ && ~/.cargo/bin/mdbook watch