# whistle_docker **Repository Path**: yinzhuoqun/whistle_docker ## Basic Information - **Project Name**: whistle_docker - **Description**: whistle v2.9.52 and install whistle.yzq-pipe plugin - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-04 - **Last Updated**: 2024-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Running [whistle](https://github.com/avwo/whistle) in docker container ## Requirements * docker * docker-compose ## Usage ### 运行服务 ```bash docker-compose up -d ``` 访问 进入 whistle web 页面。 ### Tips 本地的 `$HOME/Downloads` 目录已被挂载到容器的 `/downloads`,并且使用 `/downloads` 作为 whistle 运行时的工作目录。所以在使用本地 Downloads 中的文件做替换时,whistle Rules 中的替换路径可以做一些简化,如下: ``` # 以下两种替换路径等价 PATTERN file://./FILE_FROM_DOWNLOADS PATTERN file:///downloads/FILE_FROM_DOWNLOADS ```