浏览代码

Merge pull request #8649 from mavenugo/master

Fixed a minor docs issue in a Dockerfile Example
James Turnbull 10 年之前
父节点
当前提交
5160fbb447
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/builder.md

+ 1 - 1
docs/sources/reference/builder.md

@@ -642,7 +642,7 @@ For example you might add something like this:
 
     # Install vnc, xvfb in order to create a 'fake' display and firefox
     RUN apt-get update && apt-get install -y x11vnc xvfb firefox
-    RUN mkdir /.vnc
+    RUN mkdir ~/.vnc
     # Setup a password
     RUN x11vnc -storepasswd 1234 ~/.vnc/passwd
     # Autostart firefox (might not be the best way, but it does the trick)