Skip to content

Instantly share code, notes, and snippets.

@iamoverit
Created December 10, 2020 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamoverit/2d75a49b37948ecdb1127e0d252241d7 to your computer and use it in GitHub Desktop.
Save iamoverit/2d75a49b37948ecdb1127e0d252241d7 to your computer and use it in GitHub Desktop.
docker run -d --name local-clickhouse-server --ulimit nofile=262144:262144 -p 127.0.0.1:8123:8123 -p 127.0.0.1:9000:9000 -p 127.0.0.1:9009:9009 --volume=$HOME/local_clickhouse_database:/var/lib/clickhouse yandex/clickhouse-server 2> /dev/null || docker start local-clickhouse-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment