Skip to content

Commit 2e2a6bb

Browse files
committed
Changing podman command to use only /tmp
1 parent d627949 commit 2e2a6bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

asciidoc/troubleshooting/collecting-diagnostics-for-support.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@ When contacting SUSE Support, providing comprehensive diagnostic information is
4848
+
4949
[,shell]
5050
----
51-
podman run --privileged \
51+
podman run --rm --privileged \
5252
-v /etc/rancher/k3s/k3s.yaml:/etc/rancher/k3s/k3s.yaml:ro \
5353
-v /var/log/journal:/var/log/journal:ro \
5454
-v /run/systemd:/run/systemd:ro \
5555
-v /etc/machine-id:/etc/machine-id:ro \
56-
-v /tmp/nessie-logs:/tmp/cluster-logs \
56+
-v /tmp:/tmp \
57+
-e NESSIE_LOG_DIR="/tmp" \
58+
-e NESSIE_ZIP_DIR="/tmp" \
5759
registry.suse.com/edge/3.4/nessie:1.0.0
5860
----
5961
+

0 commit comments

Comments
 (0)