parent
4f8f873682
commit
c22f9ff08a
22 changed files with 633 additions and 11 deletions
5
client/server_scripts/socks5_proxy/run_container.sh
Normal file
5
client/server_scripts/socks5_proxy/run_container.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
sudo docker run -d \
|
||||
--restart always \
|
||||
-p $SOCKS5_PROXY_PORT:$SOCKS5_PROXY_PORT/tcp \
|
||||
--name $CONTAINER_NAME \
|
||||
$CONTAINER_NAME
|
||||
Loading…
Add table
Add a link
Reference in a new issue