# Usage Containers are used as a base development OS, since PDAL and GDAL are both known to make breaking system changes. ## Quickstart Basic Example ------------- Execute a CLI tool via cli: ```bash podman run \ -v /home/shared/datasets:/data:Z \ localhost/lidar-prod:latest validate \ --filename "$fp" \ --subdir "$sd" ```