Created
August 30, 2018 03:28
-
-
Save plutov/1d316245e8af31b1dfd04d6fdd4ced68 to your computer and use it in GitHub Desktop.
start-clickhouse-locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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