我的云文档怎么没有了(我的云文档怎么找)
695
2022-05-28
由于本人没有从事计算机相关工作,没有接受过正规计算机软件教育,如果有不对的地方,欢迎各位给我留言斧正
服务器环境
ID:c5b181a6-27b4-445a-a866-c2c6a2195de3
磁盘:2个
可用区:可用区1
规格:鲲鹏通用计算增强型 | kc1.large.2 | 2vCPUs | 4GB
镜像:CentOS 7.6 64bit with ARM
网卡:1个
弹性公网IP:114.116.225.79
服务介绍
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='tables-filter tinymce' adminer
If a plugin requires parameters to work correctly you will need to add a custom file to the Container:
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' adminer Unable to load plugin file "login-servers", because it has required parameters: servers Create a file "/var/www/html/plugins-enabled/login-servers.php" with the following contents to load the plugin: $description) or array($category => array()) * @param string */ return new AdminerLoginServers( $servers = ???, $driver = 'server' );
To load a custom plugin you can add PHP scripts that return the instance of the plugin object to /var/www/html/plugins-enabled/.
安装方法
注意,以下命令一次性复制,输入ssh,回车即可搭建成功
yum install docker -y;systemctl start docker;systemctl enable docker;
docker run --link some_database:db -p 8080:8080 adminer
命令详解
Yum(软件源) install(安装 )docker(软件名称) -y(遇到交互回复y);
systemctl start(启动软件)docker(软件名称)
systemctl enable(开机自启软件)docker(软件名称)
安装结果
鲲鹏 弹性云服务器 ECS
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。