Skip to content

Commit

Permalink
Merge pull request #358 from alexey-milovidov/patch-1
Browse files Browse the repository at this point in the history
Change ClickHouse Docker repository.
  • Loading branch information
xzkostyan committed Feb 9, 2023
2 parents b314b94 + 26ea66d commit e1bd8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Create container desired version of ``clickhouse-server``:

.. code-block:: bash
docker run --rm -e "TZ=Europe/Moscow" -p 127.0.0.1:9000:9000 --name test-clickhouse-server yandex/clickhouse-server:$VERSION
docker run --rm -e "TZ=Europe/Moscow" -p 127.0.0.1:9000:9000 --name test-clickhouse-server clickhouse/clickhouse-server:$VERSION
Create container with the same version of ``clickhouse-client``:

.. code-block:: bash
docker run --rm --entrypoint "/bin/sh" --name test-clickhouse-client --link test-clickhouse-server:clickhouse-server yandex/clickhouse-client:$VERSION -c 'while :; do sleep 1; done'
docker run --rm --entrypoint "/bin/sh" --name test-clickhouse-client --link test-clickhouse-server:clickhouse-server clickhouse/clickhouse-client:$VERSION -c 'while :; do sleep 1; done'
Create ``clickhouse-client`` script on your host machine:

Expand Down

0 comments on commit e1bd8bd

Please sign in to comment.