sos-milter/OCI/README.md
2023-06-07 21:22:23 +02:00

12 lines
238 B
Markdown

# OCI
**Note:** You need to be in the root path of the repo!
Build local docker image:
```
$ docker build -t sos-milter:local -f OCI/Dockerfile .
```
Run it (with default ENV-values!):
```
$ docker run -d sos-milter:local
```