RedisBaseContainer
The Container for the DockerParallel Package
Providing the container for the DockerParallel package.
README
# Introduction 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 1. sshPubKey: The ssh public key 2. serverPort: The port used by the redis server to accept the incoming connection(default: 6379) 3. serverPassword: The password of the redis server # example 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 ```
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.0.1 |
rolling linux/jammy R-4.5 | RedisBaseContainer_1.0.1.tar.gz |
292.5 KiB |
1.0.1 |
rolling linux/noble R-4.5 | RedisBaseContainer_1.0.1.tar.gz |
292.1 KiB |
1.0.1 |
rolling source/ R- | RedisBaseContainer_1.0.1.tar.gz |
41.4 KiB |
1.0.1 |
latest linux/jammy R-4.5 | RedisBaseContainer_1.0.1.tar.gz |
292.5 KiB |
1.0.1 |
latest linux/noble R-4.5 | RedisBaseContainer_1.0.1.tar.gz |
292.1 KiB |
1.0.1 |
latest source/ R- | RedisBaseContainer_1.0.1.tar.gz |
41.4 KiB |
1.0.1 |
2026-04-26 source/ R- | RedisBaseContainer_1.0.1.tar.gz |
41.4 KiB |
1.0.1 |
2026-04-23 source/ R- | RedisBaseContainer_1.0.1.tar.gz |
41.4 KiB |
1.0.1 |
2026-04-09 windows/windows R-4.5 | RedisBaseContainer_1.0.1.zip |
292.2 KiB |
1.0.1 |
2025-04-20 source/ R- | RedisBaseContainer_1.0.1.tar.gz |
41.4 KiB |