docker exec does not open bash -
[root@localhost byo-atomic]# docker ps container id image command created status ports names 6c2b1159671e root/atomicrepo:latest "/run-apache.sh" 21 minutes ago 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 httpd using apachectl no longer supported. can start/stop/restart httpd using script. if want pass arguments httpd, edit /etc/sysconfig/httpd config file. ah00558: httpd: not reliably determine server's qualified domain name, using 172.17.0.22. set 'servername' directive globally suppress message
Comments
Post a Comment