# docker-karate **Repository Path**: mirrors_reMarkable/docker-karate ## Basic Information - **Project Name**: docker-karate - **Description**: A small Docker image for karate testing. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-16 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # remarkableas/karate Just a small Docker image containing [karate](https://github.com/intuit/karate). Can be used to run headless tests: ```bash docker run -v "$PWD/path/to/tests:/tests" remarkableas/karate ``` If you only want to run specific tests, that should be possible too: ```bash docker run -v "$PWD/tests:/tests" remarkableas/karate onlythis ```