Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justxuewei/snell-docker
Source code of Docker image for Snell
https://github.com/justxuewei/snell-docker
Last synced: 6 days ago
JSON representation
Source code of Docker image for Snell
- Host: GitHub
- URL: https://github.com/justxuewei/snell-docker
- Owner: justxuewei
- Created: 2020-03-23T04:30:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T08:50:16.000Z (over 4 years ago)
- Last Synced: 2024-11-09T05:33:32.528Z (2 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/xavierniu/snell
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snell Docker
此Docker镜像由Xavier Niu维护。
基于
- snell: 2.0.0
- alpine: 3.11## 运行
使用docker运行
```bash
docker run -d \
--name snell \
-e PSK= \
-e PORT= \
-e OBFS= \
-p 8388:8388 \
--restart=unless-stopped \
xavierniu/snell
```环境变量
- ``: [required]密码
- ``: [optional]端口,默认`8388`
- ``: [optional]混淆方式,默认`tls`## 有疑问?
如果有任何问题可以在GitHub中创建一个新的issue或者通过邮件`a#nxw.name`与我取得联系。