Docker中关于-Djava.security.egd=file:/dev/./urandom参数的疑问

在学习DockerFile中看到[ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]中的-Djava.security.egd=file:/dev/./urandom就产生了疑问,日常启动springboot项目没有这个参数。然后对这个参数进行的搜索,还是有文章说明到了这个参数用于产生随机数,又不禁的疑问为什么要产生随机数。还是在stackoverflow.com的网站中看到了英文的解释。如下:

The purpose of that security property is to speed up tomcat startup. By default the library used to generate random number in JVM on Unix systems relies on /dev/random. On docker containers there isn't enough entropy to support /dev/random. See Not enough entropy to support /dev/random in docker containers running in boot2docker. The random number generator is used for session ID generation. Changing it to /dev/urandom will make the startup process faster.

明确的看到了随机数的产生用于session ID。好的继续疑问:

Not enough entropy to support /dev/random in docker containers running in boot2docker

在docker中没有足够的entropy(熵)支撑/dev/random。

继续:java dev urandom_JVM上的随机数与熵池策略(https://blog.csdn.net/weixin_34487462/article/details/115020324)看了这篇文章后心中的疑问疑窦已解大部分了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值