Created
April 3, 2022 09:41
-
-
Save Shureban/2d89a9e3ea0f9d3ac9740c1a0199570a to your computer and use it in GitHub Desktop.
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
// Create Clickhouse doker container | |
docker run -d --name clickhouse-server -p 8123:8123 -p 9010:9000 -p 9009:9009 --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