Sign inSign up

alucardlevash/leed

By alucardlevash

Updated about 11 years ago

Image
0

287

alucardlevash/leed repository overview

Docker Leed image

This is a Debian based image with Leed RSS client installed with an Apache webserver listening on port 80. The database is not provided.

Please use a reverse proxy like nginx and not the image directly.

How to use

The imade didn't provide the database, so use environment variables to run the app.

docker run -d -p 80:80 --name leed -e DB_HOST="172.17.42.1" -e DB_PORT="3306" -e DB_USER="user" -e DB_PWD="password" -e DB_NAME="leednew" -e LEED_USER="admin" -e LEED_PWD="PAAAS" -e LANG="fr" ahmet2mir/leed

You can use the fig http://fig.sh file and run it with a database from another image https://github.com/ahmet2mir/docker-mysql:

fig -p myproject up -d

If you need to enter in the app, use docker exec since Docker 1.3 https://github.com/ahmet2mir/docker-memo

docker exec -it leed /bin/bash
or
docker exec -it leed_leed_1 /bin/bash

In Database

docker exec -it leed_db_1 /bin/bash

License

Apache 2 http://en.wikipedia.org/wiki/Apache_License

Tag summary

Content type

Image

Digest

sha256:4e2dd0027

Size

87.6 MB

Last updated

about 11 years ago

docker pull alucardlevash/leed