alist-encrypt
Proxy the alist service encryption and decryption functionality, supports videos 、images...
839
docker run -itd --restart=always -p 5344:5344 -v /etc/conf:/node-proxy/conf --name=alist-encrypt dockernewttt/alist-encrypt:latest
The original image has a memory leak issue, reaching a maximum of about 400MB. At this point, the network speed is nearly 0 and unusable, and it will frantically read from the disk.
This image features special optimization for memory usage, occupying approximately 40MB of memory, with a peak of around 80MB. It can release memory very quickly, resolving the issues present in the original image.
docker run -itd --restart=always -p 5344:5344 -v /etc/conf:/node-proxy/conf --name=alist-encrypt dockernewttt/alist-encrypt:latest
原版镜像存在内存泄露问题,最大近400M左右,此时网速近0不可用,且会疯狂读取硬盘。
本镜像对内存占用进行特殊优化,内存占用40M左右,峰值最大80M左右,且能极快释放内存,解决了原版镜像问题。
Content type
Image
Digest
sha256:4e6ad2699…
Size
41.5 MB
Last updated
3 months ago
docker pull dockernewttt/alist-encrypt:20260409