Skip to content

Commit

Permalink
Added Docker info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
paranerd committed Mar 18, 2024
1 parent bba39fb commit eb44c73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ When you use the ``--lfs`` option, you will need to make sure you have Git LFS i
Instructions on how to do this can be found on https://git-lfs.github.com.


Run in Docker container
-----------------------

To run the tool in a Docker container use the following command:

sudo docker run --rm -v /path/to/backup:/data --name github-backup ghcr.io/josegonzalez/python-github-backup -o /data $OPTIONS $USER

Gotchas / Known-issues
======================

Expand Down

0 comments on commit eb44c73

Please sign in to comment.