docker exec没有打开bash

时间:2015-06-25 10:22:43

标签: docker

[root@localhost byo-atomic]# docker ps
CONTAINER ID        IMAGE                    COMMAND             CREATED             STATUS              PORTS                            NAMES
6c2b1159671e        root/atomicrepo:latest   "/run-apache.sh"    21 minutes ago      Up 21 minutes       80/tcp, 0.0.0.0:8000->8000/tcp   atomicrepo          
[root@localhost byo-atomic]# docker exec -it atomicrepo bash
[root@localhost byo-atomic]# docker logs atomicrepo
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.22. Set the 'ServerName' directive globally to suppress this message

0 个答案:

没有答案