This is the reporting system that can be called upon to periodically send out reports
290
First install docker for your local workstation: Get Docker
# Bring up API server
docker-compose up -d
# Validate services started
docker ps
# Check apiserver logs
docker-compose logs reports
# Stop all running containers (can be restarted in same state later using the above command)
docker-compose stop
# Destroy all containers, including underlying volumes
docker-compose down -v
# Get shell access (bash) to the web container
docker-compose exec reports bash
Content type
Image
Digest
Size
310.4 MB
Last updated
over 9 years ago
docker pull securable/scheduled-reporting