Using Adminer, pgadmin or phpmyadmin to access your Docker database container
ยท 3 min read
You've a dockerized application and one of its container is a MariaDB, MySQL or PostgreSQL service.
Your need is to start a web database management interface like Adminer, pgadmin or phpmyadmin and be able to access your tables and your records.
This can be done in just one command line instruction.