This is the command to run this image. The image needs to access a directory where mp3 files are stored so that the files can be rendered into an rss feed.
The mount type is "binding" this allows us to mount any directory to the docker image. When mounting the file system this directory must be mounted as /data/dir so the JNDI configs can find the files.
docker run -d -p 80:9080 -p 443:9443 --mount type=bind,source=/home/aaron/temp/testFiles,target=/data/dir -v /home/aaron/Development/logs:/opt/ibm/wlp/output -v /home/aaron/Development/logs/:/logs flyingspheres/rssserver:1.0
The app can be accessed here: http://localhost/RssServer/rest/feeds
Content type
Image
Digest
Size
250.3 MB
Last updated
over 8 years ago
docker pull flyingspheres/rssserver:1.2