mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
6 lines
149 B
Docker
6 lines
149 B
Docker
# docker build -t yandex/clickhouse-integration-helper .
|
|
# Helper docker container to run iptables without sudo
|
|
|
|
FROM alpine
|
|
RUN apk add -U iproute2
|