We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e25971 commit 0d3f293Copy full SHA for 0d3f293
docs/index.md
@@ -26,9 +26,9 @@ docker run --rm \
26
27
## Local image (provided docker archive)
28
29
-Assuming the image <image-name> is avaiable as an image tarball at `image.tar`.
+Assuming the image `<image-name>` is available as an image tarball at `image.tar`.
30
31
-For example, the command `docker save <image-name> -o image.tar` creates a tarball for <image-name>.
+For example, the command `docker save <image-name> -o image.tar` creates a tarball for `<image-name>`.
32
33
```
34
docker run --rm \
0 commit comments