This is the Redis server image used in the DockerParallel package. The server image is responsible for receiving jobs from user's main R session and storing the results returned by R workers. The server accept the following environment variables on startup
Build the Redis server image with
docker build -t redis_server .
Run the server in the foreground with the following arguments
docker run -it --env serverPort=6379 --env serverPassword=123456 -p 6666:6379 redis_server
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.