miniflux-legacy/docker/README.md

17 lines
195 B
Markdown
Raw Normal View History

2014-10-27 12:58:42 +01:00
Installation
==========
## Build image :
```
docker build -t <yourname/imagename> .
```
## Run container from image :
```
docker run -p 80:80 --name miniflux <yourname/imagename>
```
Enjoy!