Difference between revisions of "Docker"
From Hawk Wiki
(Created page with "==Docker socks5 proxy and Auto Restart== run on port 21080 <pre> docker pull wernight/dante docker run -dit --restart unless-stopped -p 21080:1080 wernight/dante </pre>") |
(No difference)
|
Revision as of 21:44, 12 December 2018
Docker socks5 proxy and Auto Restart
run on port 21080
docker pull wernight/dante docker run -dit --restart unless-stopped -p 21080:1080 wernight/dante