Skip to content

Commit

Permalink
remove executor flag
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed Nov 13, 2024
1 parent 31b7b21 commit f94579e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/source/docker/tutorial-quickstart-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Open your terminal and run:
--detach \
flwr/superlink:|stable_flwr_version| \
--insecure \
--executor \
flwr.superexec.deployment:executor \
--isolation \
process
Expand All @@ -80,8 +78,6 @@ Open your terminal and run:
| tag of the image. The tag :substitution-code:`|stable_flwr_version|` represents a :doc:`specific version <pin-version>` of the image.
* | ``--insecure``: This flag tells the container to operate in an insecure mode, allowing
| unencrypted communication.
* | ``--executor flwr.superexec.deployment:executor`` Use the
| ``flwr.superexec.deployment:executor`` executor to run the ServerApp.
* | ``--isolation process``: Tells the SuperLink that the ServerApp is created by separate
| independent process. The SuperLink does not attempt to create it.
Expand Down

0 comments on commit f94579e

Please sign in to comment.