Skip to content

Commit

Permalink
Add container image location to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tvainika committed Jan 3, 2022
1 parent f6b4bc2 commit e472110
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,15 @@ Setup
Using Docker
------------

To get you up and running with the latest build of Karapace, a docker setup is available::
To get you up and running with the latest build of Karapace, a docker image is available::

# Fetch the latest build from main branch
docker pull ghcr.io/aiven/karapace:develop

# Fetch the latest release
docker pull ghcr.io/aiven/karapace:latest

An example setup including configuration and Kafka connection is available as docker-compose example::

docker-compose -f ./container/docker-compose.yml up -d

Expand Down

0 comments on commit e472110

Please sign in to comment.