# jianmu-runner-http **Repository Path**: jianmu-runners/jianmu-runner-http ## Basic Information - **Project Name**: jianmu-runner-http - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-06-12 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jianmu-runner-http ### 介绍 http拨测 ### 输入参数 ``` url: 需要拨测的URL timeout: 配置超时时间(单位s),默认值10s ``` ### 输出参数 ``` status_code: 拨测返回的http状态码 ``` ### 构建docker镜像 ``` # 创建docker镜像 docker build -t jianmurunner/http:${version} -f dockerfile/Dockerfile . # 上传docker镜像 docker push jianmurunner/http:${version} ``` ### 用法 ``` docker run --rm \ -e JIANMU_URL=xxx \ jianmurunner/http:${version} ```