-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update aerospike readme. #2256
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
base: master
Are you sure you want to change the base?
Update aerospike readme. #2256
Conversation
|
@tianon BTW, I set this in draft because I wanted someone on our side to review these changes. This was a quick repackaging of our GitHub docs once I realized how stale the official image docs were. Eventually, I'll look into automating keeping these various DockerHub docs for these images in sync. I'll take it out of draft once that review has been done. I think the workflows should all pass now. |
|
@tianon, we've reviewed and approve these changes - welcome to merge when able. Thank you for your assistance. |
| FEATKEY=$(base64 ~/Desktop/evaluation-features.conf) | ||
| docker run -d -e "FEATURES=$FEATKEY" -e "FEATURE_KEY_FILE=env-b64:FEATURES" --name aerospike -p 3000-3002:3000-3002 %%IMAGE%%:ee-[version] | ||
| ``` | ||
| By using Aerospike Community Edition you agree to the [COMMUNITY_LICENSE](community/COMMUNITY_LICENSE). |
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.
Just one minor bit of feedback. This link isn't going to work here or on Docker Hub. Can you update it to a full URL?
No description provided.