Skip to content

Instantly share code, notes, and snippets.

@wheelq
Created June 22, 2020 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wheelq/2c84c0ad3928771d5695e288275f8e87 to your computer and use it in GitHub Desktop.
Save wheelq/2c84c0ad3928771d5695e288275f8e87 to your computer and use it in GitHub Desktop.
entropy - docker-compose
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