PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Docker >

PhpMyAdmin

Run it containerized

docker run -d -p 8080:80 -e PMA_ARBITRARY=1 --rm --name phpmyadmin phpmyadmin
-d: detached
-e PMA_ARBITRARY=1: Use arbitrary servers
--rm: Remove the container when it exits