-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update README.md #20
base: master
Are you sure you want to change the base?
Update README.md #20
Conversation
@rajeev1689, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Signed-off-by: [email protected] |
Signed-off-by: [email protected] |
docker run --name nsx-t-install -d \ | ||
-v /var/run/docker.sock:/var/run/docker.sock \ | ||
-v /home/concourse:/home/concourse \ | ||
-e CONCOURSE_URL="http://10.33.75.99:8080" \ | ||
-e EXTERNAL_DNS="10.33.38.1" \ | ||
-e IMAGE_WEBSERVER_PORT=40001 \ | ||
-e VMWARE_USER='<myvmware_user_email>' \ | ||
-e VMWARE_PASSWORD='<myvmware_password>' \ | ||
-e VMWARE_PASSWORD="$password" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think single quotes are required here since password may contain special characters
Thanks for this update |
aaf6712
to
19c7adb
Compare
Customers do not want the password on CLI as it gets stored in history
Signed-off-by: [email protected]