
lichti/phpmyadminThis container may be used with MySQL or MariaDB linked containers.
#How to use With MySQL:
bashdocker run --name mysql -e MYSQL_ROOT_PASSWORD=my_password -d mysql docker run --rm -it --link mysql:mysql -p 1234:80 lichti/phpmyadmin
With MariaDB:
bashdocker run --name mariadb -e MYSQL_ROOT_PASSWORD=my_password -d mariadb docker run --rm -it --link mariadb:mysql -p 1234:80 lichti/phpmyadmin
With External DB:
bashdocker run --rm -it -e DBADDR=192.168.0.1 -e DBPORT=3306 -p 1234:80 lichti/phpmyadmin
After these commands you'll be able to access phpMyAdmin via http://localhost:1234, press Ctrl+C to stop container, and it will be removed automatically (because of --rm option). Feel free to change 1234 to any port you like.

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务