docker pull zgcbj/docker-httpsqs
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
docker pull zgcbj/docker-httpsqs
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