Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Documentation: fix docker typo
Browse files Browse the repository at this point in the history
inversed these two lines when formatting, this doesn't work.
  • Loading branch information
philips committed Aug 18, 2020
1 parent 65d9219 commit 62d40b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ directory on the host machine.

```
docker run \
quay.io/transparencylog/tl:latest \
--mount type=bind,source=$PWD,target=/mnt \
quay.io/transparencylog/tl:latest \
/tl verify https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.1.tar.xz /mnt/linux-5.1.tar.xz
```

Expand Down

0 comments on commit 62d40b8

Please sign in to comment.