Skip to content

zhgqthomas/docker-shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker-shadowsocks

This Dockerfile builds an image with Shadowsocks-libev written in pure C. Based on Debian jessie image.

How to use this image

Start the daemon for the first time

 $ sudo docker run --name shadowsocks -d -p 443:443 zhgqthomas/shadowsocks -s 0.0.0.0 -p 443 -k $password -m aes-256-cfb

Stop the daemon

$ sudo docker stop shadowsocks

Start a stoped daemon

$ sudo docker start shadowsocks

Shadowsocks clients

After running the image, please go here to download clients.

Use docker-compose.yml

Make sure docker compose was installed. After clone this project on your host, please run the follow command inside the project.

$ sudo docker-compose up -d

About

dockerfile for shadowsocks-libev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published