Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
/ haveged Public archive

An entropy generation container for CoreOS

License

Notifications You must be signed in to change notification settings

Storytel/haveged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

haveged

We use haveged to provide entropy on CoreOS servers lacking other suitable sources.

How to use

Starting a container from this image is simple.

docker run --name haveged --privileged storytel/haveged

On CoreOS we run this as a Systemd service.

[Unit]
Description=haveged
Requires=docker.service
After=docker.service

[Service]
Restart=always
ExecStartPre=/usr/bin/docker pull storytel/haveged
ExecStartPre=-/usr/bin/docker rm -f haveged
ExecStart=/usr/bin/docker run --name haveged --privileged storytel/haveged
ExecStop=/usr/bin/docker stop haveged
TimeoutStartSec=1m

[Install]
WantedBy=multi-user.target

About

An entropy generation container for CoreOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published