From 8b4bf6dbcfb41798d7d3b0a8fe64eeb5ce5feeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Thu, 18 Feb 2021 10:27:16 +0100 Subject: [PATCH] Update bug-report.md A lot of issues are about toolbox containers not starting up. In such cases the output of `podman start --attach` is required to see what is going on. It would be easier if users provided this information right when they are filling the issue. https://github.com/containers/toolbox/pull/699 --- .github/ISSUE_TEMPLATE/bug-report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f994e57..1f7c58f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -50,3 +50,5 @@ e.g., Fedora Silverblue 32 Add any other context about the problem here. When did the issue start occurring? After an update (what packages were updated)? If the issue is about operating with containers/images (creating, using, deleting,..), share here what image you used. If you're unsure, share here the output of `toolbox list -i` (shows all toolbox images on your system). + +If you see an error message saying: `Error: invalid entry point PID of container `, add to the ticket output of command `podman start --attach `.