问答1 问答5 问答50 问答500 问答1000
网友互助专业问答平台

docker镜像:adminer

提问网友 发布时间:2022-12-07 14:41
声明:本网页内容为用户发布,旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:1656858193@qq.com
1个回答
热心网友 回答时间:2023-08-29 10:02
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, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.

Then you can hit http://localhost:8080 or http://host-ip:8080 in your browser.

If you are already running a FastCGI capable web server you might prefer running Adminer via FastCGI:

Then point your web server to port 9000 of the container.

Note: This exposes the FastCGI socket to the Internet. Make sure to add proper firewall rules or use a private Docker network instead to prevent a direct access.

Example stack.yml for adminer :

[图片上传失败...(image-841cb6-1549974016453)]

Run docker stack deploy -c stack.yml adminer (or docker-compose -f stack.yml up ), wait for it to initialize completely, and visit http://swarm-ip:8080 , http://localhost:8080 , or http://host-ip:8080 (as appropriate).

This image bundles all official Adminer plugins. You can find the list of plugins on GitHub: https://github.com/vrana/adminer/tree/master/plugins .

To load plugins you can pass a list of filenames in ADMINER_PLUGINS :

If a plugin requires parameters to work correctly you will need to add a custom file to the container:

To load a custom plugin you can add PHP scripts that return the instance of the plugin object to /var/www/html/plugins-enabled/ .

The image bundles all the designs that are available in the source package of adminer. You can find the list of designs on GitHub: https://github.com/vrana/adminer/tree/master/designs .

To use a bundled design you can pass its name in ADMINER_DESIGN :

To use a custom design you can add a file called /var/www/html/adminer.css .

You can specify the default host with the ADMINER_DEFAULT_SERVER environment variable. This is useful if you are connecting to an external server or a docker container named something other than the default db .

While Adminer supports a wide range of database drivers this image only supports the following out of the box:

To add support for the other drivers you will need to install the following PHP extensions on top of this image:

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's adminer/ directory .

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

本文如未解决您的问题请添加抖音号:51dongshi(抖音搜索懂视),直接咨询即可。

护照在异地能办理吗 为什么我安装了ghost xp sp3 系统之家贺岁纯净版V1.0 却上不了网_百度... 如何安装GHOST XP SP3 v2.0 系统之家会员纯净版,具体步骤! 原神开荒雪山需要注意的几个地方? 浦发信用万用金要完成语音验证吗 原神1.4怎么点燃火堆 游戏原神1.4怎么点燃火堆 我的万家乐热水器水温现在只能达到38度左右,不知是啥原因? 万家乐热水气水温问题 小米天气有没有旧版本 蒸茄丁怎么做好吃,肉丝蒸茄丁的家常做法 发动机开锅的现象及原因;发动机警示灯亮黄灯 汽车开锅会造成什么后果 森林作弊码怎么击退别的玩家 菜鸟裹裹有快递但是不知道地址 水草玛瑙保守估价是多少 森林输入作弊码怎么没有武器 三国演义读后感四年级 2022成都郫县卫校有哪些 windows7英文版怎样改中文版 手机不用的怎样删除 韩国辣白菜的制法 肠梗阻做了手术,请问术后饮食怎么注意,可以吃点什么有营养的食物呢?手... 请问下各位网友,玻璃上的红色怎么除掉?因为静电喜帖贴时间长了,红色印... 车贷逾期起诉流程需要多久 太阳花送给女儿生日行吗 在电脑前如何保护眼睛 常期在电脑前,有什么方法可以保护眼睛 整天坐在电脑前,有什么办法轻松的保护眼睛视力、皮肤和身材的?_百度知 ... 经常坐在电脑前 什么办法会更好的保护眼睛 每天在电脑前面怎么保护眼睛 闺密过生日送向日葵可以不 陌陌红包口令朰怎么读 五和喝了谁的酒 dnf助手冒险的起点活动怎么领不了 无知是快乐的源泉 妈妈教爨姓儿子写名字时崩溃!你认识“爨”这个字吗?怎么读? 世界上最多笔画的字(不是繁体字)是什么?爨有多少笔 怎样化解送鞋这种不吉祥的寓意呢? 如何在电视上购物 买全新未使用表有必要徐步天吗
Top