Skip to content

Commit eb885b8

Browse files
committed
Add usage
1 parent 1617053 commit eb885b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dockerc - compile docker images to standalone portable binaries
22

3+
## Usage
4+
5+
Example with the `oven/bun` docker image. This works for any image you can think of!
6+
7+
```
8+
$ dockerc --image docker://oven/bun --output bun
9+
```
10+
311
## Features
412

513
- [X] Compiler docker images into portable binaries

0 commit comments

Comments
 (0)