docker pull apachecn0/wordpress3-he-jquery
docker run -tid -p <port>:80 apachecn0/wordpress3-he-jquery
# 访问 http://localhost:{port} 查看文档
pip install wordpress3-he-jquery
wordpress3-he-jquery <port>
# 访问 http://localhost:{port} 查看文档
npm install -g wordpress3-he-jquery
wordpress3-he-jquery <port>
# 访问 http://localhost:{port} 查看文档