We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose
FROM yankovg/python3.8.2-ubuntu18.04 COPY . /0x727 WORKDIR / RUN cd /0x727&&\ rm /usr/bin/python3&&\ ln -s /usr/local/bin/python3.8 /usr/bin/python3&&\ apt install python3-setuptools -y&&\ python3 -m pip install --upgrade pip&&\ python3 -m pip install -r requirements.txt&&\ chmod +x ./Plugins/infoGather/subdomain/ksubdomain/ksubdomain_linux ENTRYPOINT ["tail","-f","/dev/null"]
version: "3" services: sz0x727: build: . restart: always container_name: sz0x727 environment: - TZ=Asia/Shanghai volumes: - ./:/0x727
#!/bin/bash docker-compose exec -w /0x727 sz0x727 python3 ShuiZe.py $*
chmod +x 0x727
docker-compose up -d
docker ps
./0x727 -h
The text was updated successfully, but these errors were encountered:
改动当前仓库的文件会直接同步到docker容器内部,所以改动配置文件,或者更新版本都是没问题的
Sorry, something went wrong.
谢谢
我想问下这种情况是为什么,怎么解决
@Softssiter 你这个是安装依赖的时候连接超时了,网络不给力啊
No branches or pull requests
基于
docker-compose
一键安装使用 (好处是环境隔离, 一键安装依赖)chmod +x 0x727
docker-compose up -d
docker ps
使用:
./0x727 -h
(也可以自己加到环境变量中去)The text was updated successfully, but these errors were encountered: