Skip to content

hbaocr/clickhouse-arm64-single-node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To rebuild clickhouse images from their git src: link

docker-compose -f ./build-from-git-src.yml build

To use the available images for arm64 arch at clickhouse 21.11.1.1

  • Prerequire:

    • The valid config.xml and users.xml are mounted at clickhouse-config folder
    • User may change the CLICKHOUSE_UID and CLICKHOUSE_GID in docker-compose.yml to their own host machine uid and id by running these command below
      • echo "CLICKHOUSE_UID=$(id -u)"
      • echo "CLICKHOUSE_GID=$(id -g)"
  • Run single node of Clickhouse on arm64

docker-compose -f ./docker-compose.yml up -d
  • Check if container is loaded OK
echo 'SELECT version()' | curl 'http://localhost:8123/' --data-binary @-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages