最基本使用

docker run -it python

完整写法是 docker run --interactive --tty python

docker ps -l

利用 Docker 部署 Wordpress