Commit ffee834 1 parent f08a3cd commit ffee834 Copy full SHA for ffee834
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Install dockerc from the [ latest release] ( https://github.com/NilsIrl/dockerc/releases ) .
6
6
7
- Example with the ` oven/bun ` docker image. This works for any image you can think of!
8
7
9
8
```
9
+ # Image from docker hub
10
10
$ 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
11
13
```
12
14
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 ] .
16
16
17
17
## Features
18
18
You can’t perform that action at this time.
0 commit comments