Merge pull request #182 from leotian/fix-img

Fix missing image
pull/183/head
Baohua Yang 2017-07-17 23:10:48 +08:00 committed by GitHub
commit 50ef788efd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -16,7 +16,7 @@ docker run --name webserver -d -p 80:80 nginx
直接用浏览器访问的话,我们会看到默认的 Nginx 欢迎页面。
<img src="_images/install-mac-example-nginx.png" width="80%" >
<img src="_images/images-mac-example-nginx.png" width="80%" >
现在,假设我们非常不喜欢这个欢迎页面,我们希望改成欢迎 Docker 的文字,我们可以使用 `docker exec` 命令进入容器,修改其内容。