This document provides an overview and demonstration of MINCS, a set of shell scripts that implement minimal Linux containers without using Docker or other container runtimes. It begins by explaining key container concepts like namespaces, then demonstrates how MINCS uses namespaces, overlay filesystems, and other Linux features to implement containerization functionality with just shell scripts. It shows the various MINCS scripts like minc, marten and minc-exec, and how they work together to setup namespaces, manage container images and run commands in containers. The document concludes by discussing potential future improvements and known limitations, emphasizing that containers can be built with existing Linux tools and that shell scripts are very capable.