mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Updated README.
This commit is contained in:
parent
f65da5c089
commit
3c1065f7f6
11
README.md
11
README.md
@ -144,11 +144,12 @@ Removing environment variables that are not needed provides some advantages:
|
|||||||
the container. Some undocumented variables, like `PATH` or `ENV`, are
|
the container. Some undocumented variables, like `PATH` or `ENV`, are
|
||||||
required to be exposed, but are not meant to be changed by users. However,
|
required to be exposed, but are not meant to be changed by users. However,
|
||||||
container management tools still show these variables to users.
|
container management tools still show these variables to users.
|
||||||
- There is a bug with the Container Station on QNAP, where the value of an
|
- There is a bug with the Container Station on QNAP and the Docker application
|
||||||
environment variable is mandatory. This behavior is wrong and it's
|
on Synology, where an environment variable without value might not be
|
||||||
perfectly fine to have a variable without value. In fact, this container
|
allowed. This behavior is wrong: it's absolutely fine to have a variable
|
||||||
does have variables without value by default. Thus, removing uneeded
|
without value. In fact, this container does have variables without value by
|
||||||
variables is a good way to prevent deployment issue on QNAP.
|
default. Thus, removing uneeded variables is a good way to prevent
|
||||||
|
deployment issue on these devices.
|
||||||
|
|
||||||
### Data Volumes
|
### Data Volumes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user