
ghifari160/phpmyadmin.
By default, this image should be run as a daemon.
docker run -d ghifari160/phpmyadmin
However, this image can be run in the foreground for debug purposes.
docker run -it ghifari160/phpmyadmin
This image must be linked to a database server or a container running a database server.
Add this parameter: --name <name>
Example:
docker run --name phpmyadmin -d ghifari160/phpmyadmin
Add this parameter: -v /path/on/host:/var/www/html
Example:
docker run -d -v /path/on/host:/var/www/html ghifari160/phpmyadmin
Use the parameter -p <port on host>:80 to map the container's port to another
port on the host machine.
Example:
docker run -d -p 8080:80 ghifari160/phpmyadmin
Use the parameter --link=<target name> to link the container to another
container.
Example:
docker run --link=mysql -d ghifari160/phpmyadmin
All deprecated tags will be removed at the next update.
| Tags | Ubuntu Version | Size |
|---|---|---|
v4 v4.9.3 | 18.04 | |
latest v5 v5.0.0 | 18.04 | |
16.04 xenial | 16.04 | DEPRECATED |
17.10 artful | 17.10 | NOT SUPPORTED |
18.04 bionic | 18.04 | DEPRECATED |

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