You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thierry Feuzeu edited this page Aug 20, 2026
·
2 revisions
Docker images are provided to run the ready-to-use Jaxon applications.
Each image is tagged with its framework name, and optionally the application version number.
For example lagdo/jaxon-dbadmin:slim, lagdo/jaxon-dbadmin:0.11-slim and lagdo/jaxon-dbadmin:0.11.0-slim.
The same exists for laravel and symfony.
Running an image requires to provide the Jaxon DbAdmin application config files in the config/dbadmin subdir, the .env and .env.dbadmin file, and optionally any other config file used by the framework.
The following is an example CLI command to run the Symfony application.