This article discusses the challenges of monitoring containers in a production environment using Docker technology. Containers are lightweight virtual runtimes that provide software isolation and are ideal for microservice architectures and rapidly scaling environments. However, their frequent creation and deletion make them difficult to monitor effectively with traditional infrastructure or application performance monitoring tools. The article suggests an approach centered around layers and tags to simplify monitoring of highly dynamic container-based stacks.