-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
name: Container Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: immauss | ||
|
||
--- | ||
|
||
** Please attach large files to the report instead of pasting the contents into the report. ** | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Include how you started the container. | ||
- docker-compose.yml or command used to start the container with all options. | ||
2. When did the issue occur? | ||
- the container failed to start? | ||
- Container stopped when performing some action? What was the action? | ||
- Some other error in the GUI or the logs ? | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. Ubuntu 20.10] | ||
- Memory available to OS: [ 4G ] | ||
- Container environment used with version: [ docker , podman, kubernets, etc ] | ||
|
||
**logs** | ||
Please attach the output from the following commands: | ||
|
||
# for docker # | ||
``` | ||
docker logs openvas > logfile.log | ||
``` | ||
#Podman# | ||
``` | ||
podman logs openvas > logfile.log | ||
``` | ||
#docker-compose # | ||
``` | ||
docker-compose logs > logfile.log | ||
``` | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |