From f9683538b66c6d2422ad1e36849d0ff3d4099618 Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Wed, 27 Apr 2022 08:09:51 -0600 Subject: [PATCH] Fix code formatting --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index add9cdc10..92af276c7 100644 --- a/README.rst +++ b/README.rst @@ -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