DDS-Derek / xiaoya-alist

小雅Alist的相关周边
GNU General Public License v3.0
5.41k stars 782 forks source link

如何限制docker容器使用内存 #229

Open rehack opened 1 month ago

rehack commented 1 month ago

使用了一键脚本bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)"安装了xiaoya alist和emby 想知道如何限制alist或emby的docker容器的内存? 我知道docker可以使用-m参数来设置,但是使用一键脚本好像不能配置这个参数,我应该怎么操作?

yanlongqi commented 2 weeks ago

wget https://ddsrem.com/xiaoya_install.sh 把 xiaoya_install.sh 下载下来,然后vim xiaoya_install.sh打开, 你就看到熟悉的docker create 语句,添加内容docker 的 -m 参数, xiaoya_install.sh 给个x权限执行就行了

rehack commented 2 weeks ago

@yanlongqi 并没有看到docker相关的 image