Skip to content

Commit

Permalink
docs: Use hosted docker image in the README
Browse files Browse the repository at this point in the history
The docker image is now publically available.
  • Loading branch information
g3n35i5 committed Jan 17, 2025
1 parent e2d4486 commit 701785f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,10 @@ Run **vdoc** with python
Run **vdoc** with docker
************************

.. warning::

Make sure that you're building the python package and the docker image locally before running this command.
This can be removed as soon as vdoc is available on docker hub


.. code-block:: shell
docker run -p 8080:8080 -v ./vdoc-docs:/srv/vdoc/docs/ vdoc:latest
docker run -p 8080:8080 -v ./vdoc-docs:/srv/vdoc/docs/ voraus.jfrog.io/docker/vdoc:latest
Building vdoc
Expand Down

0 comments on commit 701785f

Please sign in to comment.