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
This commit is contained in:
Ondřej Míchal 2021-02-18 10:27:16 +01:00 committed by Debarshi Ray
parent 986efd2666
commit 8b4bf6dbcf
1 changed files with 2 additions and 0 deletions

View File

@ -50,3 +50,5 @@ e.g., Fedora Silverblue 32
Add any other context about the problem here. Add any other context about the problem here.
When did the issue start occurring? After an update (what packages were updated)? 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 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 <name-of-container>`, add to the ticket output of command `podman start --attach <name-of-container>`.