Add usage

This commit is contained in:
Nils André
2024-02-18 09:04:03 -08:00
committed by Nils
parent 161705368a
commit eb885b8750

View File

@@ -1,5 +1,13 @@
# 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
- [X] Compiler docker images into portable binaries