Docker版CentOS不能使用systemctl

创建容器:

docker run -d --privileged=true centos /usr/sbin/init

进入容器:

docker exec -it 容器ID /bin/bash

原文地址:https://www.cnblogs.com/pipemm/p/12858465.html