도커에 nginx 깔아서  os:centos7


systemctl enable nginx.service

이후

systemctl start nginx.service


할려니 


Failed to get D-Bus connection: Operation not permitted

에러뜸 어째 어째 찾아서

도커 실행할때 


docker run --privileged -it -e container=docker -v /sys/fs/cgroup:ro testContainer7 /usr/sbin/init

하니 
docker: Error response from daemon: pull access denied for yuntos7, repository does not exist or may require 'docker login'.

에러뜸 
혹시 이 문제 해결 해본 도커 고수분 찾습니다 .