Skip to content

Commit ffee834

Browse files
committed
improve documentation
1 parent f08a3cd commit ffee834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Install dockerc from the [latest release](https://github.com/NilsIrl/dockerc/releases).
66

7-
Example with the `oven/bun` docker image. This works for any image you can think of!
87

98
```
9+
# Image from docker hub
1010
$ dockerc --image docker://oven/bun --output bun
11+
# Image in local docker daemon storage
12+
$ zig-out/bin/dockerc --image docker-daemon:mysherlock-image:latest --output sherlock_bin
1113
```
1214

13-
To specify an image in the docker daemon internal storage use
14-
**docker-archive**:_path_[:_docker-reference_]. Skopeo is used to loading
15-
images, for other locations refer to [its documentation][1].
15+
Skopeo is used to loading images, for other locations refer to [its documentation][1].
1616

1717
## Features
1818

0 commit comments

Comments
 (0)