Skip to main content

All Questions

Tagged with
4 questions with no upvoted or accepted answers
2 votes
1 answer
6k views

Installing Kali Linux in Docker and accessing it's GUI over the browser

so I'm pretty new to docker and all that stuff. I would like to install Kali Linux as a Docker container and access it's GUI from the browser. How do I do that? I use Portainer as a GUI for managing ...
zer0's user avatar
  • 21
2 votes
1 answer
1k views

nginx fails to launch in docker when creating volume for /etc/nginx, volume ends up being empty

I am trying to use nginx on my docker server, but when creating a volume pointing to /etc/nginx, nginx fails to launch and the volume ends up being empty. Here is my docker-compose.yml: version: '3' ...
lizardguy's user avatar
0 votes
1 answer
373 views

Fail 2 ban not banning an IP when found

When testing my applications fail2ban from another server I see these logs: 2021-08-01 18:48:37,692 fail2ban.filter [1]: INFO [nginx] Found 51.195.221.70 - 2021-08-01 18:48:37 2021-08-01 18:...
Jaquarh's user avatar
  • 101
0 votes
2 answers
1k views

nginx doesn't start in docker, unless manually exec'ing into it and starting

I am fairly new to docker. I have to build a docker file that will start node express server and Nginx as a reverse proxy. but the problem is node server starts but Nginx does not start. when I ...
Jay Shamnani's user avatar