Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metwork-framework/docker-mfserv-centos7-runimage
experiment (do not use)
https://github.com/metwork-framework/docker-mfserv-centos7-runimage
Last synced: 16 days ago
JSON representation
experiment (do not use)
- Host: GitHub
- URL: https://github.com/metwork-framework/docker-mfserv-centos7-runimage
- Owner: metwork-framework
- License: bsd-3-clause
- Created: 2020-07-22T11:58:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T07:29:05.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T12:14:20.573Z (3 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-mfserv-centos7-runimage
## What is it?
This is a docker image to run MetWork/mfserv plugins.
**WARNING:** if you need a docker image to **build** MetWork/mfserv plugins, don't use this image
but [docker-mfservplugins-centos7-buildimage](https://github.com/metwork-framework/docker-mfservplugins-centos7-buildimage) or [docker-mfservplugins-centos8-buildimage](https://github.com/metwork-framework/docker-mfservplugins-centos8-buildimage).## How to use it?
To debug:
```
docker run -it -p 8080:18868 -e MFSERV_PLUGINS_URLS=http://.../yourplugin.plugin metwork/mfserv-centos7-runimage:latest cat
```*CONTROL + C to exit*
To run as a daemon:
```
docker run -d -p 8080:18868 -e MFSERV_PLUGINS_URLS=http://.../yourplugin.plugin metwork/mfserv-centos7-runimage:latest
```See Dockerfile for more options.