CyberArk Conjur v5 Command-Line Interface (CLI) in a persistent state
1.5K
docker run --name conjur-cli -d --restart always --link conjur-master nfmsjoeg/conjur-cli
If you'd like to link volumes for policies, identities, etc... do the following:
docker run --name conjur-cli -d --restart always --link conjur-master -v /path/to/policies:/policies -v /path/to/hostfactory:/hostfactory -v /path/to/identity:/identity nfmsjoeg/conjur-cli
Content type
Image
Digest
Size
256.6 MB
Last updated
over 7 years ago
docker pull nfmsjoeg/conjur-cli