Installation on Redict https://redict.io/docs/install/ Recent content in Installation on Redict Hugo en-us Usage with containers https://redict.io/docs/install/containers/ Mon, 01 Jan 0001 00:00:00 +0000 https://redict.io/docs/install/containers/ <h1 id="redict-containers"> Redict containers <a class="anchor" href="#redict-containers">#</a> </h1> <p>We provide official containers for Redict from our container registry at <code>registry.redict.io</code>. The source code for our container images is available <a href="https://codeberg.org/redict/redict-containers">on Codeberg</a>.</p> <h2 id="quickstart"> Quickstart <a class="anchor" href="#quickstart">#</a> </h2> <p>To start a Redict server:</p> <pre tabindex="0"><code>$ docker run --name redict -d -p 6379:6379 registry.redict.io/redict </code></pre><p>This will start a Redict server running on the default port on your local system. To interact with the running server with the <code>redict-cli</code> tool:</p> <pre tabindex="0"><code>$ docker exec -it redict /bin/redict-cli </code></pre><h2 id="available-containers"> Available containers <a class="anchor" href="#available-containers">#</a> </h2> <p>The default redict (and redict:latest) containers are scratch containers which only contain the Redict executables and the supporting files necessary to run them. If you need a more complete container, with a shell and other supporting tools, choose Alpine or Debian as your base.</p>