sudo apt update sudo apt install docker.io
docker run -d -p 80:80 nginx
docker ps docker ps -a
docker stop 容器ID