docker
docker copied to clipboard
:ship: Docker images and configuration for Citus
With https://github.com/citusdata/citus/pull/4434 our docker images will automatically become a lot more useful for testing and trying out Citus, since you can immediately use Citus functionality such as columnar storage and...
Hi, am srinivasa working as a devops engineer am created simple docker file for my application i need to change some configuration of that application through dockerfile is there any...
Hi After I completed setup citus on docker, I found the crontab on the container citus master (please refs to image). When the crontab is run, it take too much...
Steps to reproduce: `docker run --rm -it citusdata/citus:9.4.2-alpine ls`
After downloading repo and running `docker build .` docker failing at step 5/11 ``` The repository is set up! You can now install packages. Reading package lists... Building dependency tree......
docker-compose.yml ``` version: "2.1" services: master: build: ./docker/postgres image: 'citus:local' container_name: "${COMPOSE_PROJECT_NAME:-citus}_master" labels: ['com.citusdata.role=Master'] restart: unless-stopped ports: ["${MASTER_EXTERNAL_PORT:-5432}:5432"] volumes: - ./docker/postgres/data/master:/var/lib/postgresql/data env_file: - ./.env healthcheck: test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}...
When I try to mount **/var/lib/postgresql/data** from worker to a local host directory in my docker-compose.yml it throws the exeption: `chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted` Possible solution...
Current Docker config does not have persistent storage configured, and may lose data unexpectedly. This issue is being opened to suggest adding default volumes with a docker-config like this: ```...
I found the **membership-manager** docker is utilising a lot CPU due to which master and workers are also heating up the environment. When I stop the **membership-manager** docker, everything goes...
`SQLSTATE[08006] [7] could not translate host name "citus_master" to address: Name or service not known` ``` c8adcc9da16c citusdata/membership-manager:0.2.0 "python -u ./manager…" 23 minutes ago Up 7 minutes (healthy) citus_manager b774fdb21b50...