-
Notifications
You must be signed in to change notification settings - Fork 188
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
想在docker上运行的话怎么做呢 #17
Comments
docker build构建镜像,docker run创建容器运行。 构建镜像
运行:填写本项目下config/config.json文件,放到本地任意文件夹下(以路径 '/home/user/Biliexp' 为例)
若不想构建镜像也可以使用我构建的镜像。。。
|
写到这一步时-v /home/user/Biliexp:/BiliExp docker run -dit \
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] Run a command in a new container |
发下具体的命令,如果上面的便是的话,那就是没有写明镜像以及容器的COMMAND参数。 |
运行 |
搞不定 |
你直接运行py脚本比较简单 不需要安装docker什么东西了 |
安装将库压缩包下载下来,解压,重命名解压后的文件为BiliExp,然后压缩BiliExp为zip文件,将BiliExp.zip扔进/docker/biliexp/tmp 构建容器
具体命令查看此库的README.md文件说明 |
使用DOcker我怎么知道我部署成功及运行成功了呢 |
进入docker 查看日志文件 |
No description provided.
The text was updated successfully, but these errors were encountered: