Category Archives: docker

Iptables for Docker in an internet exposed server

Today I have a little guide for you for those of you who want to install Docker in a server which interface is exposed to the internet. Due to the iptables rules Docker creates by default when we use the … Continue reading

Posted in docker, tutorial, wazuh | 1 Comment

Script to install Docker in Debian

Here is a little script that will install docker for you from their official repositories without many headaches. WARNING: This script was designed with new installations in mind, if you already have docker installed from the Debian repositories, uninstall it … Continue reading

Posted in docker | Leave a comment

Trivial over the network with Docker and Python

Ïn MundoHackerDay one of the miscellaneous challenges that we proposed was a little trivial where the players should obtain a certain number of correct answers to get the flag. This idea surged from the trivial on the Pragyan CTF where … Continue reading

Posted in docker, python, tools | Leave a comment

Docker, a “little” introduction

Lately I have being playing a lot with Docker, whatsoever, this blog is running on it, but What is Docker? Docker is a software that allow us to run containers (think of them as VM’s for the moment) in a … Continue reading

Posted in docker | Leave a comment