Skip to content

Commit 0d3f293

Browse files
authored
Fix type and escape <image-name> (#6)
1 parent 4e25971 commit 0d3f293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ docker run --rm \
2626

2727
## Local image (provided docker archive)
2828

29-
Assuming the image <image-name> is avaiable as an image tarball at `image.tar`.
29+
Assuming the image `<image-name>` is available as an image tarball at `image.tar`.
3030

31-
For example, the command `docker save <image-name> -o image.tar` creates a tarball for <image-name>.
31+
For example, the command `docker save <image-name> -o image.tar` creates a tarball for `<image-name>`.
3232

3333
```
3434
docker run --rm \

0 commit comments

Comments
 (0)