Skip to content

Commit a9f2cbb

Browse files
authored
Update README.md
1 parent 9375ba2 commit a9f2cbb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ Supported OS:
1313

1414
# Using
1515

16+
## Run from binaries
17+
18+
1. [download latest binary](https://github.com/AMEST/remote-docker-context-proxy/releases/latest). Select for you OS
19+
2. Set docker host:
20+
* Configure via cli: `docker context`
21+
* Configure via env variable: `export DOCKER_HOST="ssh://user@remote-docker"`
22+
* Run binary with args `--host "ssh://user@remote-docker"`
23+
3. If needed listen privileged ports ( < 1024), add arg `--listen-system-ports`
24+
4. If you want to interact via docker cli, add arg `--use-docker-cli`
25+
5. (Only for linux and macos) run `chmod +x` on binary `docker-remote-proxy-linux` / `docker-remote-proxy-macos`
26+
6. Run binary:
27+
* Windows: `docker-remote-proxy.exe`
28+
* Linux: `./docker-remote-proxy-linux`
29+
* Macos: `./docker-remote-proxy-macos`
30+
31+
## Run from sources
1632
1. Install python 3.8 (minimal version)
1733
2. Install requirements (`pip install -r requirements.txt`)
1834
3. Set docker host:

0 commit comments

Comments
 (0)