File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
16321 . Install python 3.8 (minimal version)
17332 . Install requirements (` pip install -r requirements.txt ` )
18343 . Set docker host:
You can’t perform that action at this time.
0 commit comments