新增Docker构建amd64镜像

This commit is contained in:
iyuu.cn
2020-07-28 06:49:03 +08:00
parent 8813afbd73
commit f78e9c737c
13 changed files with 130 additions and 63 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
docker build -t iyuu:latest .
docker run -it -v /root/config.php:/config.php -v /var/lib/transmission/torrents:/torrents -v /var/lib/qbittorrent/.local/share/data/qBittorrent/BT_backup:/BT_backup --network bridge --name IYUUAutoReseed --restart always -d iyuu:latest
docker exec -it IYUUAutoReseed php iyuu.php