Adminer

Description

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin

Start in a container

Execute:

./tools/infrastructure/scripts/install_infrastructure.bash \
  --tool=adminer \
  --install-type=docker

Start natively

./tools/infrastructure/scripts/install_infrastructure.bash \
  --tool=adminer \
  --install-type=native

Credentials

TypeUserPasswordDatabasePort
PostgreSQL (Native)dcpassworddc80
PostgreSQL (Container)dcpassworddc8080

How to use

Natively, by accessing http://localhost:80/adminer, and in a container, by accessing http://localhost:8080, you will be able to see this page:

Adminer