我正在尝试在Postgres 9.6
码头工具中安装Centos 7
。但无法做到这一点。
我提取了最新的Centos图片
使用以下命令安装sudo
并安装postgres
sudo yum install postgresql-server postgresql-contrib
尝试运行sudo postgresql-setup initdb
并得到以下错误,
无法获得D-Bus连接:不允许操作无法找到 postgresql.service中的PGDATA设置
这是我的Dockerfile
FROM centos:latest
RUN yum install sudo