Skip to content

Commit

Permalink
Update README.dev.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks authored Sep 1, 2022
1 parent 3614284 commit 5058f4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,18 @@ Check that you have the tags you want with:
docker images
Test the docker image with:

.. code:: shell
docker run -ti --rm fairsoftware/howfairis:latest --help
docker run -ti --rm fairsoftware/howfairis:latest --version
docker run -ti --rm fairsoftware/howfairis:latest https://github.com/fair-software/howfairis-livetest
docker run -ti --rm fairsoftware/howfairis:latest https://gitlab.com/jspaaks/howfairis-livetest
# check what's inside the docker container with
docker run -ti --rm --entrypoint /bin/sh fairsoftware/howfairis:latest
To push the image to DockerHub, run:

.. code:: shell
Expand Down

0 comments on commit 5058f4e

Please sign in to comment.