-
I'm trying to get the container working behind a traefik reverse proxy. I managed to get it working with 443 -> 80 but this results in a warning message during logon. So my goal is to get it done by t…
-
The pgsql doesn't initialized correctly and you never write error recovery handler for pgsql after docker container restart.
Also docker is no-daemon design. Please stop using init.d/systemd even it …
-
I've installed a standalone instance of OpenRMF on an Ubuntu 19 server VM. Followed the instructions on Installing Docker, KeyCloak, MongoDB, OpenRMF and OpenRMF realm within Keycloak. When I try …
-
Hello,
I am encountering the following problem.
**Command:** `python3 -m openvasreporting --input *.xml --format xlsx --output report.xlsx`
**Error:** `Traceback (most recent call last):
…
moxli updated
5 years ago
-
Hi,
Kompose 1.18.0
FIrst time trying to deploy to kubernetes (on GKE) and I'm trying to re-use my composefiles.
```
$ kompose -f yml --verbose up
DEBU Docker Compose version: 3 …
-
I'm trying to setup OpenVAS with an Apache revese proxy (also a docker image):
```
openvas:
container_name: openvas
environment:
- OV_PASSWORD=xxx
#- OV_UPDATE=yes
image: atomicorp/…
-
Reports say scan engine is outdated.
Can I fix this locally? Or does the container need an update
I tried an apt-get install openvas9-scanner inside an interactive bash but that gave me errors.
How…
-
Running the second command causes following error:
`root@test:/tmp# docker run --rm -v $(pwd):/openvas/results/:rw ictu/openvas-docker ./run_scan.py 192.168.1.11 openvas_scan.html
docker: Error re…
-
The original openvas-docker was built very dirty. We should keep this as an option but should upgrade the main container to stick to the 1 process per container idea, if possible. This is the first st…
-
I've followed the instructions in the README. The docker image works correctly on my local machine, however when I try to do the same to my digitalocean droplet, I run into issues. I've run what is on…