Skip to content

Commit

Permalink
Merge pull request #839 from girder/banesullivan-patch-1
Browse files Browse the repository at this point in the history
Fix code formatting
  • Loading branch information
manthey authored Apr 27, 2022
2 parents f35b843 + f968353 commit bcac438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Docker Image
Included in this repository’s packages is a pre-built Docker image that has all
of the dependencies to read any supported image format.

To use, pull the image and run it by mounting a local volume where the
imagery is stored.

This is particularly useful if you do not want to install some of the heavier
dependencies like GDAL on your system or want a dedicated and isolated
environment for working with large images.

To use, pull the image and run it by mounting a local volume where the
imagery is stored::

docker pull ghcr.io/girder/large_image:latest
docker run -v /path/to/images:/opt/images ghcr.io/girder/large_image:latest

Expand Down

0 comments on commit bcac438

Please sign in to comment.