8000 GitHub - ai-forks/docker-medusa: This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

Notifications You must be signed in to change notification settings

ai-forks/docker-medusa

 
 

Repository files navigation

创建基于tor的网络

--cpus=$(( $(cat /proc/cpuinfo| grep "processor"| wc -l) - 1 )) \

    docker stop ivideos-node && docker rm ivideos-node
    
    docker run -itd --restart=always --net=host --cpu-shares=512 \
        -m 1G --memory-swap=1G \
        -e DOMAIN="" \
        -v /tmp/ivideos-store:/app/ivideos-store \
        -v /app/ivideos-node:/root/ivideos-node \
        --name ivideos-node mixnet/ivideos-node 

    docker run -itd --restart=always --net=host --cpu-shares=512 \
        -e DOMAIN="" \
        -v /chunks/ivideos-store:/app/ivideos-store \
        -v /app/ivideos-node:/root/ivideos-node \
        --name ivideos-node mixnet/ivideos-node 

环境参数说明

    DOMAIN 服务域名,默认为所有网站提供加速,如果设置( -e DOMAIN=www.xxx.com ), 则只为对应的网站提供加速服务

About

This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.0%
  • Dockerfile 27.0%
0