Skip to content

Commit

Permalink
fmt
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 Jul 19, 2024
1 parent 548c1bb commit 4a0bab1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/docker/tutorial-quickstart-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ Open your terminal and run:
* ``--name superlink``: Assign the name ``superlink`` to the container.
* ``--detach``: Run the container in the background, freeing up the terminal.
* | :substitution-code:`flwr/superlink:|latest_version_docker|`: The name of the image to be run and the specific
| tag of the image. The tag :substitution-code:`|latest_version_docker|` represents a
| :doc:`specific version <pinning-version>` of the image.
| tag of the image. The tag :substitution-code:`|latest_version_docker|` represents a :doc:`specific version <pinning-version>` of the image.
* | ``--insecure``: This flag tells the container to operate in an insecure mode, allowing
| unencrypted communication.
Expand Down

0 comments on commit 4a0bab1

Please sign in to comment.