This document provides an overview of using Docker for forensic analysis and malware analysis. It defines Docker as a tool to create and run applications using containers. This allows applications to run consistently on any Linux machine. Instructions are provided on installing Docker on Arch Linux. Several common forensic analysis and malware analysis tools that can be run within Docker containers are listed, such as PEscanner, JSdetox, YARA, and Volatility, along with example commands. The key advantages of using Docker for forensic analysis are also summarized, including portability, isolation, traceability, and being lightweight.