# docker-httpsqs **Repository Path**: lizao/docker-httpsqs ## Basic Information - **Project Name**: docker-httpsqs - **Description**: docker for httpsqs - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-19 - **Last Updated**: 2023-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-httpsqs --- ## Manual httpsqs [http://zyan.cc/httpsqs/](http://zyan.cc/httpsqs/) ## Manual docker httpsqs ### Pull the docker ``` docker pull zgcbj/docker-httpsqs ``` ### Examples ``` docker run -d -p 8888:8888 --name yourcontainername -v /local/path:/data bjzgc/httpsqs -p 8888 -x /data -a authkey #command after bjzgc/httpsqs is command pass to httpsqs in container, don`t use -d ```