Fix links to Docker docs in S6437 and S6472 (#3536)
This commit is contained in:
parent
d1417e82f8
commit
f6ac76fbb1
@ -90,7 +90,7 @@ services that implement such a feature.
|
||||
If such an option can not be considered, store the runtime secrets in an
|
||||
https://docs.docker.com/compose/env-file/[environment file] such as `.env` and
|
||||
then start the container with the
|
||||
https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file[`--env-file`] argument:
|
||||
https://docs.docker.com/engine/reference/commandline/run/#env[`--env-file`] argument:
|
||||
|
||||
[source,docker]
|
||||
----
|
||||
|
@ -82,7 +82,7 @@ ENV ACCESS_TOKEN=""
|
||||
CMD /run.sh
|
||||
----
|
||||
|
||||
Store the runtime secrets in an https://docs.docker.com/compose/env-file/[environment file] (such as `.env`) and then start the container with the https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file[`--env-file`] argument:
|
||||
Store the runtime secrets in an https://docs.docker.com/compose/env-file/[environment file] (such as `.env`) and then start the container with the https://docs.docker.com/engine/reference/commandline/run/#env[`--env-file`] argument:
|
||||
|
||||
[source,docker]
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user