Open rehack opened 1 month ago
使用了一键脚本bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)"安装了xiaoya alist和emby 想知道如何限制alist或emby的docker容器的内存? 我知道docker可以使用-m参数来设置,但是使用一键脚本好像不能配置这个参数,我应该怎么操作?
bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)"
wget https://ddsrem.com/xiaoya_install.sh 把 xiaoya_install.sh 下载下来,然后vim xiaoya_install.sh打开, 你就看到熟悉的docker create 语句,添加内容docker 的 -m 参数, xiaoya_install.sh 给个x权限执行就行了
wget https://ddsrem.com/xiaoya_install.sh
vim xiaoya_install.sh
docker create 语句
@yanlongqi 并没有看到docker相关的
使用了一键脚本
bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)"
安装了xiaoya alist和emby 想知道如何限制alist或emby的docker容器的内存? 我知道docker可以使用-m参数来设置,但是使用一键脚本好像不能配置这个参数,我应该怎么操作?