这里有信息:
- [https://docs.docker.com/engine/installation/linux/rhel/#install-using-the-repository](https://docs.docker.com/engine/installation/linux/rhel/#install-using-the-repository) about the in
在我的Dockerfile中,我正在尝试安装多个服务,并希望在启动容器时自动启动它们。其中一个服务是mysql,当我启动容器时,我没有看到mysql服务启动。当我尝试手动启动时,我得到错误:Failed to get D-Bus connection: Operation not permitted Dockerfile: FROM centos:7
COPY start.sh sta