> docker images REPOSITORY TAG IMAGE ID CREATED SIZE httpd latest d5995e280a0e 8 days ago 138MB busybox latest a9d583973f65 4 weeks ago 1.23MB hello-world latest d1165f221234 4 weeks ago 13.3kB redis latest bd571e6529f3 5 months ago 104MB hub.c.163.com/lightingfire/nexus 2.13.0-01 95543f26ca31 4 years ago 455MB
在本地C:\docker-data 新建 index.html,打开 index.html文件 编写 hello world 查看容器/usr/local/apache2/htdocs/ 文件,先进入容器,ls 查看文件,可以看到index.html
> docker exec -it 7962 bash root@796299a44475:/usr/local/apache2# ls bin build cgi-bin conf error htdocs icons include logs modules root@796299a44475:/usr/local/apache2# cd htdocs/ root@796299a44475:/usr/local/apache2/htdocs# ls index.html