Skip to content

Instantly share code, notes, and snippets.

@Shureban
Created April 3, 2022 09:41
Show Gist options
  • Save Shureban/2d89a9e3ea0f9d3ac9740c1a0199570a to your computer and use it in GitHub Desktop.
Save Shureban/2d89a9e3ea0f9d3ac9740c1a0199570a to your computer and use it in GitHub Desktop.
// 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