拉取镜像并运行:
docker run --restart=always --name speedtest -d -p 10000:8080 nonnichen/speedtest
浏览器访问:
http://IP:10000
TCP端口测试:
telnet ip port
UDP端口测试:
nc -vuz ip port
拉取镜像运行并配置数据库:
docker run --name idstore --restart=always -itd -p 8095:8000 -e "DB_TYPE=Mysql" -e "DB_HOST=192.168.0.66" -e "DB_PORT=3306" -e "DB_USER=idstore" -e "DB_PASSWORD=xxxxxxx" -e "DB_DATABASE=idstore" -v /mnt/app/idstore:/usr/src/app/public nonnichen/idstore:latest
* Pull DOCKER:
docker pull nonnichen/nonnixunlei
docker run -d --name Thunder --restart=always -v /mnt/download:/data -p 8899:80 nonnichen/nonnixunlei:latest
* Get Thunder ACTIVE CODE:
docker logs Thunder
* Go to website to active remote Thunder:
http://yuancheng.xunlei.com
* Visit on Web browse:
http://Server IP:8899
拉取安装镜像:
docker run --name nonniss --restart=always -e PASSWORD=xxxxxxxx -e METHOD=chacha20 -p 55555:8388 -p 55555:8388/udp -d nonnichen/nonniss
可选加密方法:
The default cipher is chacha20-ietf-poly1305.
All encrypt method:
rc4-md5
aes-128-gcm
aes-192-gcm
aes-256-gcm
aes-128-cfb
aes-192-cfb
aes-256-cfb
aes-128-ctr
aes-192-ctr
aes-256-ctr
camellia-128-cfb
camellia-192-cfb
camellia-256-cfb
bf-cfb
chacha20-ietf-poly1305
xchacha20-ietf-poly1305
salsa20
chacha20
chacha20-ietf
安装镜像并运行:
docker run --name=iperf3 -d --restart=unless-stopped -p 5201:5201/tcp -p 5201:5201/udp nonnichen/iperf3
Test on Windows:
Go to https://iperf.fr download iPerf3, then run test in CMD:
iperf3.exe -c IP -t 10
Test on Openwrt:
opkg install iperf3
iperf3 -c 207.148.69.145 -t 30