Skip to content

Commit

Permalink
Update quick_start.rst (#265)
Browse files Browse the repository at this point in the history
Fixed some formatting for readability.
  • Loading branch information
jjasghar committed Oct 3, 2022
1 parent 4091ddb commit 6989542
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Next, create a configuration file.
.. code-block:: bash
vi ~/.fetchit/config.yaml
.. code-block:: yaml
targetConfigs:
- url: https://github.com/containers/fetchit
raw:
Expand All @@ -34,7 +37,7 @@ Finally, run FetchIt.

.. code-block:: bash
podman run -d --rm --name fetchit -v fetchit-volume:/opt -v $HOME/.fetchit:/opt/mount -v /run/user/$(id -u)/podman//podman.sock:/run/podman/podman.sock --security-opt label=disable quay.io/fetchit/fetchit:latest
podman run -d --rm --name fetchit -v fetchit-volume:/opt -v $HOME/.fetchit:/opt/mount -v /run/user/$(id -u)/podman/podman.sock:/run/podman/podman.sock --security-opt label=disable quay.io/fetchit/fetchit:latest
To view the running containers, run the following command.
Expand Down

0 comments on commit 6989542

Please sign in to comment.