# Registry Since testcontainers-python :material-tag: v4.6.0 ## Introduction The Testcontainers module for Registry. ## Adding this module to your project dependencies Please run the following command to add the Registry module to your python dependencies: ```bash pip install testcontainers[registry] ``` ## Usage example [Creating a Registry container](../../modules/registry/example_basic.py)