Added missing language to code blocks and adjusted notes for better compatibility with mkdocs.
This commit is contained in:
parent
90f0b4fc60
commit
96aa2a1a5f
2 changed files with 40 additions and 27 deletions
|
@ -23,8 +23,9 @@ Foundation and its subsidiary, Mozilla Corporation.
|
|||
|
||||
## Quick Start
|
||||
|
||||
**NOTE**: The Docker command provided in this quick start is given as an example
|
||||
and parameters should be adjusted to your need.
|
||||
**NOTE**:
|
||||
The Docker command provided in this quick start is given as an example
|
||||
and parameters should be adjusted to your need.
|
||||
|
||||
Launch the Firefox docker container with the following command:
|
||||
```shell
|
||||
|
@ -36,6 +37,7 @@ docker run -d \
|
|||
```
|
||||
|
||||
Where:
|
||||
|
||||
- `/docker/appdata/firefox`: This is where the application stores its configuration, states, log and any files needing persistency.
|
||||
|
||||
Browse to `http://your-host-ip:5800` to access the Firefox GUI.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue