mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add docker-proxy
This commit is contained in:
4
docker-proxy/bootstrap.sh
Executable file
4
docker-proxy/bootstrap.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
/etc/init.d/ssh start
|
||||
ssh -t -t -D 0.0.0.0:7001 -o StrictHostKeyChecking=no localhost
|
||||
Reference in New Issue
Block a user