|
It would be handy to have for example Forge tools that allows to initialize application server (WF/EAP) and database (MySQL/Postgres) by running CLI script, copying dependencies, etc.
Tooling can also auto-detect running database, using standard port binding for the given databases and/or detecting running docker containers with given database:
```` docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e91a208eeb2e mysql:5.5 "/entrypoint.sh mysql" 8 days ago Up 30 minutes 0.0.0.0:6406->3306/tcp docker_keycloak_1 eb363c933aa9 mysql:5.5 "/entrypoint.sh mysql" 8 days ago Up 30 minutes 0.0.0.0:6306->3306/tcp docker_unifiedpush_1 ````
This is particularly handy for UPS developers.
|