$ docker run -d --name httpd httpd $ docker exec httpd pwd /usr/local/apache2 $ docker exec httpd ls bin build cgi-bin conf error htdocs icons include logs modules $ docker cp httpd:/usr/local/apache2/conf .