diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-22 20:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 20:25:32 +0100 |
commit | 179405ee3b0fd2c0a0debb2cd5fd47bab8130f82 (patch) | |
tree | 1a32c3c7bb4d352e56702e790812472eafd25290 | |
parent | 9133c5646c128d4516aa2f13fb6d5c2a13c0b593 (diff) | |
parent | 2ab28140d6c44aa7ce35a61e740d26009910cf05 (diff) | |
download | podman-179405ee3b0fd2c0a0debb2cd5fd47bab8130f82.tar.gz podman-179405ee3b0fd2c0a0debb2cd5fd47bab8130f82.tar.bz2 podman-179405ee3b0fd2c0a0debb2cd5fd47bab8130f82.zip |
Merge pull request #12385 from umohnani8/docs
[CI:DOCS] Update notes on java TZ in man page
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index e719ffffc..0d9e6dbcd 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -1853,7 +1853,7 @@ $ podman run --name container1 --rootfs /path/to/rootfs:O bash In order to use a timezone other than UTC when running a Java application within a container, the `TZ` environment variable must be set within the container. Java applications will ignore the value set with the -`--tz` option. This will be corrected in a later relase. +`--tz` option. ``` # Example run |