天天看點

centos7下docker搭建2048小遊戲

1.docker安裝和啟動

wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo
yum install docker-ce -y
systemctl start docker
systemctl enable docker
systemctl status docker
           

2.擷取和啟動鏡像

docker pull alexwhen/docker-2048
centos7下docker搭建2048小遊戲
docker run -d -p 8888:80 daocloud.io/daocloud/dao-2048:master-a2c564e
centos7下docker搭建2048小遊戲

3.打開遊戲頁面(伺服器公網ip+8888端口)

centos7下docker搭建2048小遊戲

繼續閱讀