Skip to content

Commit

Permalink
doc: updated gdal tips
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 17, 2022
1 parent 29f41ce commit 2f13683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tips/using-gdal.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ If you need to access another container you will need to run the GDAL container
$docker run --network=kargo -v /mnt/data:/data -t -i kalisio/gdal:3.4.0 /bin/bash
```

If you need to use the AWS CLI, you may need to share your credentials:
If you need to use the **rclone**, you may need to share your configuration:

```bash
$docker run -v /path/to/your/data:/data /home/ubuntu/.aws:/root/.aws -t -i kalisio/gdal:latest /bin/bash
$docker run -v /path/to/your/data:/data /home/<user>/.config/rclone/rclone.conf:/root/.config/rclone/rclone.conf -t -i kalisio/gdal:3.4.0 /bin/bash
```

## Use cases
Expand Down

0 comments on commit 2f13683

Please sign in to comment.