docker build .
docker run -d -p 7653:7653 -v /path/to/map/cache:/tileCache freshleafmedia/osm-renderd
There are a couple of environment variables used to configure where the Postgis DB is and how to authenticate
DB_HOSTNAME
(default islocalhost
)DB_PORT
(default is 5432)DB_USER
(default isrenderer
)DB_PASSWORD
/tileCache
The tile cache/var/run/renderd/renderd.stats
The daemon statistics file