GithubHelp home page GithubHelp logo

dockerhub's Introduction

Docker Hub Pages for Redislabs

Docker Hub for Redis Enterprise Software

Build Status

Docker Hub (https://hub.docker.com/u/redislabs/) basic readme's and simple tests to validate open source and enterise docker images.

dockerhub's People

Contributors

cihanb avatar itamarhaber avatar wseng avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerhub's Issues

[Question] - Why have the --cap-add sys_resource and --privileged to run the cluster locally?

First I want to say thanks for releasing this. I had a couple questions around why the cap add and privileged is required to run the redis docker cluster?

docker exec -d --privileged $rp_container_name_prefix "/opt/redislabs/bin/rladmin" cluster create name $rp_fqdn username $rp_admin_account_name password $rp_admin_account_password flash_enabled

docker run -d --cap-add sys_resource --name rp -p 8443:8443 -p 12000:12000 redislabs/redis

  1. Examining the test code:

https://github.com/RedisLabs/DockerHub/blob/master/utils/test_repo.sh#L42
https://github.com/RedisLabs/DockerHub/blob/master/utils/test_repo.sh#L76

  1. Docker details:
    https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities

When the operator executes docker run --privileged, Docker will enable to access to all devices on the host as well as set some configuration in AppArmor or SELinux to allow the container nearly all the same access to the host as processes running outside containers on the host. Additional information about running with --privileged is available on the Docker Blog.

SYS_RESOURCE - Override resource Limits.

  1. Are there specific resources the cluster needs that can be used with a combination of these constraints that make it clear what resources are recommended/required?
    https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

Kubernetes

Official redis and redis-ha charts are based on third party images.
Could be useful if these could rely on official redis docker images.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.