-
### Name and Version
bitnami/redis-cluster:7.0
### What architecture are you using?
amd64
### What steps will reproduce the bug?
I'm trying to run a docker stack on a swarm enviroment f…
-
Trying to deploy infisical via docker swarm. When I run the db migration I get the error below. First time I have used docker swarm so I am sure I am missing something.
```
> backend@1.0.0 migrati…
-
Notice!
- If a Redis module was involved, please open an issue in the module's repo instead!
- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
…
-
I am not sure if this is a bug or a feature request or maybe I am doing something wrong.
I am trying to implement usage of tilt with docker compose and rust with live updates. But after a few hours…
-
1. The `docker-compose.yml` file mentioned at https://github.com/jtof-dev/signal-docker/tree/main/redis-cluster is either missing or the link is broken.
2. The `Signal-Server/personal-config` directo…
-
### Describe the Bug
When a Docker container is started, it always runs the bootstrap script. In a Docker cluster (using Redis for orchestration), this can cause multiple containers to attempt the bo…
-
(Related issue #33392)
The replicated orchestrator scales down a service by removing tasks in a way that balances the resulting tasks between nodes. But some stateful services may need to be scaled…
-
docker.io/gitea/gitea:1.22.0-rootless
docker.io/bitnami/pgpool:4.5.2-debian-12-r0
docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r9
docker.io/bitnami/redis-cluster:7.2.5-debian-12-r0
-
- originally posted in https://github.com/moby/moby/pull/46517#discussion_r1332825725
The containerd error is less informative than the old one, because it doesn't show _WHAT_ we weren't able to ma…
-
# Create Redis Cluster by Docker Compose | fissssssh
Create a docker-compose.yml version: "3.9" services: redis-1: image: redis:7.0.2-alpine container_name: redis-1 ports: - "6371:6371" - "16371:1637…