rethinkdb-dockerfiles icon indicating copy to clipboard operation
rethinkdb-dockerfiles copied to clipboard

Dockerfiles for past and present versions of RethinkDB.

Results 14 rethinkdb-dockerfiles issues
Sort by recently updated
recently updated
newest added

Ideally the image should not be run as root, I recommend creating a user and changing the rethinkdb permissions to be accessible by that user

Rethinkdb Service can't start when Container restarted. _docker-compose.yml_ ```yml rethinkdb: restart: always image: rethinkdb:latest ports: - 28015:28015 volumes: - ./data:/data ``` LOGS: ```txt Running rethinkdb 2.3.5~0jessie (GCC 4.9.2)... Running on...

I want to use the official image but can't because the volume command stops how I want to use the image. I want to load data into an image, commit...

Tag 2.4.3 points to 2.4.4, tag 2.4.4 is missing. ``` podman run -ti docker.io/library/rethinkdb:2.4.3 rethinkdb --version rethinkdb 2.4.4~0bookworm (aarch64-linux-gnu) (GCC 12.2.0) Linux 6.11.3-200.fc40.aarch64 aarch64 ```

bug