Move Docker files
This commit is contained in:
parent
f228de4915
commit
ef3a8bd63b
@ -34,7 +34,7 @@ RUN \
|
|||||||
rm /etc/lighttpd/lighttpd.conf
|
rm /etc/lighttpd/lighttpd.conf
|
||||||
|
|
||||||
ADD \
|
ADD \
|
||||||
lighttpd.conf /etc/lighttpd/lighttpd.conf
|
scripts/docker/lighttpd.conf /etc/lighttpd/lighttpd.conf
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
@ -71,6 +71,7 @@ Documentation
|
|||||||
- [Themes](docs/themes.markdown)
|
- [Themes](docs/themes.markdown)
|
||||||
- [Json-RPC API](docs/json-rpc-api.markdown)
|
- [Json-RPC API](docs/json-rpc-api.markdown)
|
||||||
- [Fever API](docs/fever.markdown)
|
- [Fever API](docs/fever.markdown)
|
||||||
|
- [Run Miniflux with Docker](docs/docker.markdown)
|
||||||
- [FAQ](docs/faq.markdown)
|
- [FAQ](docs/faq.markdown)
|
||||||
|
|
||||||
Todo and known bugs
|
Todo and known bugs
|
||||||
@ -113,6 +114,7 @@ People who sent a pull-request, report a bug, make a new theme or share a super
|
|||||||
- [Julian Oster](https://github.com/jlnostr)
|
- [Julian Oster](https://github.com/jlnostr)
|
||||||
- [Jarek](https://github.com/jarek)
|
- [Jarek](https://github.com/jarek)
|
||||||
- [Luca Marra](https://github.com/facciocose)
|
- [Luca Marra](https://github.com/facciocose)
|
||||||
|
- [Martin Simon](https://github.com/c0ding)
|
||||||
- [Mathias Kresin](https://github.com/mkresin)
|
- [Mathias Kresin](https://github.com/mkresin)
|
||||||
- [Maxime](https://github.com/EpocDotFr)
|
- [Maxime](https://github.com/EpocDotFr)
|
||||||
- [Meradoou](https://github.com/meradoou)
|
- [Meradoou](https://github.com/meradoou)
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
Installation
|
|
||||||
==========
|
|
||||||
|
|
||||||
|
|
||||||
## Build image :
|
|
||||||
|
|
||||||
```
|
|
||||||
docker build -t <yourname/imagename> .
|
|
||||||
```
|
|
||||||
|
|
||||||
## Run container from image :
|
|
||||||
|
|
||||||
```
|
|
||||||
docker run -p 80:80 --name miniflux <yourname/imagename>
|
|
||||||
```
|
|
||||||
|
|
||||||
Enjoy!
|
|
18
docs/docker.markdown
Normal file
18
docs/docker.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Run Miniflux with Docker
|
||||||
|
========================
|
||||||
|
|
||||||
|
Build your own image
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker build -t <yourname/imagename> .
|
||||||
|
```
|
||||||
|
|
||||||
|
Run container from the image
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -p 80:80 --name miniflux <yourname/imagename>
|
||||||
|
```
|
||||||
|
|
||||||
|
Enjoy!
|
Loading…
Reference in New Issue
Block a user