1.拉取镜像 $ docker pull gogs/gogs 2.运行容器 $ docker run --name=gogs -d -p 10022:22 -p 10080:3000 -v /var/gogs:/data gogs/gogs 3.网页访问公网ip:10080