Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🐳 Docker

The docker image is build with rclone and restic already included. It's ment more as a utility image.
The Docker image is built with rclone and restic already included. It's meant more as a utility image.

## Remote hosts

Expand All @@ -15,7 +15,7 @@ docker run --rm \\

## Rclone

For rclone you will have to also mount the rclone config file to `/root/.config/rclone/rclone.conf`.
For rclone you will also need to mount the rclone config file to `/root/.config/rclone/rclone.conf`.

To check where it is located you can run the following command: `rclone config file`.

Expand Down