docker pull tutum/wordpress #拉取镜像 docker run -d -p 80:80 tutum/wordpress #运行容器 使用服务器IP访问即可 转载于:https://www.cnblogs.com/uglyliu/p/6139575.html