mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-10-04 14:42:50 +08:00
Add usage
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# dockerc - compile docker images to standalone portable binaries
|
# dockerc - compile docker images to standalone portable binaries
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Example with the `oven/bun` docker image. This works for any image you can think of!
|
||||||
|
|
||||||
|
```
|
||||||
|
$ dockerc --image docker://oven/bun --output bun
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [X] Compiler docker images into portable binaries
|
- [X] Compiler docker images into portable binaries
|
||||||
|
Reference in New Issue
Block a user