mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8649 from mavenugo/master
Fixed a minor docs issue in a Dockerfile Example
This commit is contained in:
commit
5160fbb447
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ For example you might add something like this:
|
||||||
|
|
||||||
# Install vnc, xvfb in order to create a 'fake' display and firefox
|
# Install vnc, xvfb in order to create a 'fake' display and firefox
|
||||||
RUN apt-get update && apt-get install -y x11vnc xvfb firefox
|
RUN apt-get update && apt-get install -y x11vnc xvfb firefox
|
||||||
RUN mkdir /.vnc
|
RUN mkdir ~/.vnc
|
||||||
# Setup a password
|
# Setup a password
|
||||||
RUN x11vnc -storepasswd 1234 ~/.vnc/passwd
|
RUN x11vnc -storepasswd 1234 ~/.vnc/passwd
|
||||||
# Autostart firefox (might not be the best way, but it does the trick)
|
# Autostart firefox (might not be the best way, but it does the trick)
|
||||||
|
|
Loading…
Reference in a new issue