Skip to content

Commit 1518740

Browse files
committed
edits
1 parent 53017bc commit 1518740

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/manuals/desktop/settings-and-maintenance/backup-and-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ and [install a different version](/manuals/desktop/release-notes.md) or reset Do
4343

4444
1. Load your images.
4545

46-
- If your pushed to Docker Hub:
46+
- If you pushed to Docker Hub:
4747

4848
```console
4949
$ docker pull <my-backup-image>
5050
```
5151
52-
- If your saved a `.tar` file:
52+
- If you saved a `.tar` file:
5353
5454
```console
5555
$ docker image load -i images.tar

content/manuals/desktop/settings-and-maintenance/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On the **General** tab, you can configure when to start Docker and specify other
3434

3535
- **Choose theme for Docker Desktop**. Choose whether you want to apply a **Light** or **Dark** theme to Docker Desktop. Alternatively you can set Docker Desktop to **Use system settings**.
3636

37-
- **Configure shell completions**. Automatically edits your shell configuration and gives you you word completion for commands, flags, and Docker objects (such as container and volume names) when you hit `<Tab>` as you type into your terminal. For more information, see [Completion](/manuals/engine/cli/completion.md).
37+
- **Configure shell completions**. Automatically edits your shell configuration and gives you word completion for commands, flags, and Docker objects (such as container and volume names) when you hit `<Tab>` as you type into your terminal. For more information, see [Completion](/manuals/engine/cli/completion.md).
3838

3939
- **Choose container terminal**. Determines which terminal is launched when opening the terminal from a container.
4040
If you choose the integrated terminal, you can run commands in a running container straight from the Docker Desktop Dashboard. For more information, see [Explore containers](/manuals/desktop/use-desktop/container.md).

0 commit comments

Comments
 (0)