mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Fixed some typos.
This commit is contained in:
parent
6c633301bf
commit
80b4261fd3
@ -53,7 +53,7 @@ the host, `/dev/snd` must be exposed to the container by adding the
|
|||||||
<title level="2">Setting {{ defs.app.friendly_name }} Preferences Via Environment Variables</title>
|
<title level="2">Setting {{ defs.app.friendly_name }} Preferences Via Environment Variables</title>
|
||||||
<content>
|
<content>
|
||||||
{{ defs.app.friendly_name }} preferences can be set via environment variables
|
{{ defs.app.friendly_name }} preferences can be set via environment variables
|
||||||
passed to the containter. During the startup, a script process all these
|
passed to the container. During the startup, a script process all these
|
||||||
variables and modify the preference file accordingly.
|
variables and modify the preference file accordingly.
|
||||||
|
|
||||||
The name of the environment variable must start with `FF_PREF_`, followed by a
|
The name of the environment variable must start with `FF_PREF_`, followed by a
|
||||||
@ -61,10 +61,11 @@ string of your choice. For example, `FF_PREF_MY_PREF` is a valid name.
|
|||||||
|
|
||||||
The content of the variable should be in the format `NAME=VAL`, where `NAME` is
|
The content of the variable should be in the format `NAME=VAL`, where `NAME` is
|
||||||
the name of the preference (as found in the `about:config` page) and `VAL` is
|
the name of the preference (as found in the `about:config` page) and `VAL` is
|
||||||
its value. A value can be one of the following type:
|
its value. A value can be one of the following types:
|
||||||
- string
|
- string
|
||||||
- integer
|
- integer
|
||||||
- boolean
|
- boolean
|
||||||
|
|
||||||
It is important to note that a value of type `string` should be surrounded by
|
It is important to note that a value of type `string` should be surrounded by
|
||||||
double quotes. Other types don't need them.
|
double quotes. Other types don't need them.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user