-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
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
大佬!能不能出个视频教程啊?小白不会啊 #35
Comments
过两天我看看写个详细点的文档吧,最近有点忙,后面有时间了试着写下shell脚本去执行一下试试 |
==1.warp获取== wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh ==2.docker安装== apt update -y && apt install -y curl wget sudo && apt install -y docker && apt install -y docker-compose && apt install -y unzip ==3.安装方法:创建一个 docker-compose.yml 文件== cd /root
==4.在opt下拉取github文本== cd /opt git clone https://github.com/ProudMuBai/GoFilm.git ==5.将/opt/GoFilm/film移动film文件到/opt== cd /opt/GoFilm/film mv /opt/GoFilm/film /opt ==6.在film文件中建立镜像== cd /opt/film 将docker文件端口改为3600:80 docker-compose build ==版本改为3== ==7.运行镜像== docker-compose up -d |
我也是小白,在第一步就卡住了,bash menu.sh,始终报错 No such file or directory,网上搜了教程,依然没有解决。 |
No description provided.
The text was updated successfully, but these errors were encountered: