October 07, 2020 infosec 4 min read Running OWASP Zed Attack Proxy with Docker Learn how to set up and run OWASP ZAP using Docker for web application security testing, both in GUI mode and headless for CI/CD integration. Topics: docker owasp pentesting security devsecops information-security
February 03, 2020 devops 3 min read Setting up MkDocs for publishing project code documentation Learn how to set up and customize MkDocs using Docker for publishing project documentation with extended plugin support. Topics: documentation markdown mkdocs docker
October 09, 2019 infosec 6 min read OWASP top 10 for Docker security: protecting containerised environments A comprehensive exploration of OWASP's Docker Security Top 10 project, explaining each security control in detail with practical implementation advice for creating secure container environments. Topics: docker owasp pentesting devsecops containers information-security
April 09, 2019 devops 5 min read Setting up a dockerised Gollum wiki for your documentation needs A systematic approach to common documentation challenges using Gollum with Docker, supporting multiple wikis with custom styling and automation. Topics: docker gollum markdown documentation wiki
March 15, 2018 devops 2 min read Running Odoo in a Docker container A quick and straightforward approach to running Odoo in a Docker container, updated for Odoo v15. Topics: docker odoo containerisation postgresql
October 11, 2017 devops 2 min read Editing files in Docker containers: practical approaches Learn how to edit files within Docker containers when standard editing tools aren't available in slim container images. Topics: docker vim containers development