Skip to content

Instantly share code, notes, and snippets.

@plutov
Created August 30, 2018 03:28
Show Gist options
  • Save plutov/1d316245e8af31b1dfd04d6fdd4ced68 to your computer and use it in GitHub Desktop.
Save plutov/1d316245e8af31b1dfd04d6fdd4ced68 to your computer and use it in GitHub Desktop.
start-clickhouse-locally
docker run -d -p 8123:8123 -p 9000:9000 --name some-clickhouse-server --ulimit nofile=262144:262144 yandex/clickhouse-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment