Skip to content

Commit

Permalink
Remove Docker client instructions from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Jul 9, 2024
1 parent f503b08 commit 9ddb96c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,23 +206,6 @@ You can also access global model updates via the APIClient:
>>> ...
>>> client.download_model("<model-id>", path="model.npz")
**Connecting clients using Docker**

You can also use Docker to containerize the client.
For convenience, there is a Docker image hosted on ghrc.io with fedn preinstalled.
To start a client using Docker:

.. code-block::
docker run \
-v $PWD/client.yaml:/app/client.yaml \
-e FEDN_PACKAGE_EXTRACT_DIR=package \
-e FEDN_NUM_DATA_SPLITS=2 \
-e FEDN_DATA_PATH=/app/package/data/clients/1/mnist.pt \
ghcr.io/scaleoutsystems/fedn/fedn:0.10.0 run client -in client.yaml --force-ssl --secure=True
**Where to go from here?**
--------------------------

Expand Down

0 comments on commit 9ddb96c

Please sign in to comment.