We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1617053 commit eb885b8Copy full SHA for eb885b8
README.md
@@ -1,5 +1,13 @@
1
# dockerc - compile docker images to standalone portable binaries
2
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
11
## Features
12
13
- [X] Compiler docker images into portable binaries
0 commit comments