Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs documentation on how to run this on sudo-required platforms #42

Open
sgnn7 opened this issue Mar 19, 2020 · 1 comment
Open

Needs documentation on how to run this on sudo-required platforms #42

sgnn7 opened this issue Mar 19, 2020 · 1 comment

Comments

@sgnn7
Copy link
Contributor

sgnn7 commented Mar 19, 2020

Summary

When you install Docker on Linux without adding the current user to the Docker group (see here for more details) or run as root, the following line will fail due to the inner sub-shell inability to access the Docker socket:

helm install conjur-oss \ --set dataKey="(docker run --rm cyberark/conjur data-key generate)" cyberark/conjur-oss

Steps to Reproduce

Steps to reproduce the behavior:

  1. Install Ubuntu
  2. Install Docker without adding current user to Docker group
  3. Try to follow installation instructions

Expected Results

Chart is installed

Actual Results (including error logs, if applicable)

Chart install fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants