docker image (dockerfile for evQueue open source job scheduler (React JS frontend).
For the core daemon (required), see evqueue-core.
For a ready-to-use environment you can use docker-compose.
For more information visit the official website.
Instead of installing the frontend, you can also use our Firefox or Chrome extensions.
Once the core daemon is running, use :
docker pull coldsource/evqueue-frontend-react
docker run --name evqueue-frontend -p8080:80 coldsource/evqueue-frontend-react
If your core engine is not running on localhost, you can specify it using :
docker run --name evqueue-frontend -e node_desc=<IP>:<PORT> -p8080:80 coldsource/evqueue-frontend-react
Please remember that as frontend is full Javascript, the IP and PORT must be accessible from your machine (the one on which the browser is running) and not from the container.
You can then access the frontend on http://localhost:8080 using default user admin (password : admin).
Content type
Image
Digest
Size
93.2 MB
Last updated
almost 6 years ago
docker pull coldsource/evqueue-frontend-react