Sign inSign up

nebtex/menshend

By nebtex

Updated almost 9 years ago

menshend docker image

Image
1

1.0K

nebtex/menshend repository overview

Docker Pulls

Pull stable version

if you plan to use menshend in production the recommended command for pull the latest stable version is

docker pull nebtex/menshend:$(curl -s https://raw.githubusercontent.com/nebtex/menshend/master/stable.txt)

Usage

Server mode

before start a server you will need to run vault in an address accessible by menshend.

the minimal requirements to run this image in server mode are the VAULT_ADDR, and mount your config.yml file on /etc/menshend.yml, if you wish to change the config path please use the environment variable MENSHEND_CONFIG_FILE.

for the full list of vault environment variables please check this page

WARNING!! if the VAULT_TOKEN is found in server mode, the binary will not run due security reasons

docker run -e VAULT_ADDR=${YOUR_VAULT_ADDR} -v ${YOUR_CONFIG_PATH}:/etc/menshend.yml -p 8787:8787 nebtex/menshend

Port-Forward

Tag summary

Content type

Image

Digest

Size

13.5 MB

Last updated

almost 9 years ago

docker pull nebtex/menshend