Created
June 22, 2020 08:04
-
-
Save wheelq/2c84c0ad3928771d5695e288275f8e87 to your computer and use it in GitHub Desktop.
entropy - docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /proc/sys/kernel/random/entropy_avail | |
# around 5 | |
apt install -y haveged | |
systemctl status haveged.service | |
cat /proc/sys/kernel/random/entropy_avail | |
# 2400 or more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment