Last active
June 20, 2019 07:43
-
-
Save elrrrrrrr/1033af48a38fcf81de5547fa77975ab3 to your computer and use it in GitHub Desktop.
ecs docker install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -fsSL get.docker.com -o get-docker.sh | |
sh get-docker.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --restart always --privileged -d -p 4567:4567/tcp -p 4567:4567/udp --name ssr-bbr-docker letssudormrf/ssr-bbr-docker -p 4567 -k PASSWORD -m aes-128-ctr -O auth_aes128_sha1 -o http_post |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment