Web-based UI for executing cron commands
100K+
Crontab UI is a web-based UI for executing cron commands.
This Node.js app is running in an Alpine container and includes wget and curl to allow easy timed executions of web API endpoints.
docker run -d -p 8000:8000 --name cron twistify/crontab-ui
The web UI can then be viewed pointing your browser to http://container-ip:8000
The following environment variables are available to customize your container
PORT
Set the port that crontab-ui is exposed on.
default: PORT=8000
0.1
Content type
Image
Digest
Size
20.1 MB
Last updated
over 9 years ago
docker pull twistify/crontab-ui