Skip to content

Commit

Permalink
documentation: mention docker as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 4, 2024
1 parent 326712a commit 49debdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ for production environments (since CLAM v3.2). This is the recommended way for
production deployments and works nicely in setups with Docker, Docker Compose,
Podman and/or Kubernetes.

Please first ensure you have docker (or a compatible system like podman)
installed on your system. On Ubuntu/Debian::

apt-get install docker.io

A ``startserver_production.sh`` script was generated that builds and subsequently runs the container. It builds the container as follows::

docker build -t yourservice .
Expand Down

0 comments on commit 49debdd

Please sign in to comment.