Updating Readme
This commit is contained in:
parent
c02a214bbc
commit
fa3e82adf1
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1 +1,11 @@
|
||||||
# firefox-docker
|
# firefox-docker
|
||||||
|
|
||||||
|
**LAUNCH FIREFOX**
|
||||||
|
|
||||||
|
To launch Firefox from the container run the command:
|
||||||
|
~~~
|
||||||
|
docker run -ti --rm -e DISPLAY=$DISPLAY.0 -v /tmp/.X11-unix:/tmp/.X11-unix luisgutierrez/firefox:86.0.1
|
||||||
|
~~~
|
||||||
|
|
||||||
|
It is not necessary to invoke Firefox, it is launched automatically when executing the container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue