docker icon indicating copy to clipboard operation
docker copied to clipboard

:ship: Docker images and configuration for Citus

Results 53 docker issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way in the current citus docker image to create a high availability master node. As far as i understood so far after going through the documentation...

`docker stack deploy` (soon to be integrated with kubernetes or using `kompose`) is not compatible with `container_name`, I just commented it out but it is not clear from the outside...

The image `citusdata/citus:8` seems to be broken. **Reproduce** `docker-compose.yml` ```yml version: '2.1' volumes: citus_7: {} citus_8: {} services: master8: container_name: citus_8 image: 'citusdata/citus:8' labels: ['com.citusdata.role=Master'] volumes: - citus_8:/var/lib/postgresql/data environment: -...

I've read this article which has lead me to believe that this can be done: https://www.citusdata.com/blog/2015/03/09/citus-raspberry-pi-2/ However it's outdated and doesn't have any specific details on the setup. When I...

I am curious why i get this warning on nearly every request on my console. Is that normal, how to get rid of that? Thta happens for master and tag...

Hi All, I am trying to use an extended image of PostgreSQL with en_GB.utf8 locale as explained in the official docker documentation at https://hub.docker.com/r/_/postgres/ so my Dockerfile looks like ```...

I'm integrating your docker-compose.yml (the setup with one worker, that is) into mine. I've noticed that changing the service name of "master" causes the setup to fail. YML with "master"...

Version 7.1.0 breaks with ERROR: function pg_last_xlog_receive_location() does not exist at character 283 Could this be the cause? PG 10 renamed "xlog" to "wal" as stated [here](https://wiki.postgresql.org/wiki/New_in_postgres_10#Renaming_of_.22xlog.22_to_.22wal.22_Globally_.28and_location.2Flsn.29)

New environment variables, design, how stuff works, advanced use patterns, etc.

Hadolint warnings are as below Fix them ```json { "runs": [ { "results": [ { "ruleId": "DL3008", "message": { "text": "Pin versions in apt get install. Instead of `apt-get install...