mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
12 lines
238 B
Markdown
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
|
|
```
|