1附较、安裝docker
apt install docker.io
2师痕、修改成國內(nèi)鏡像源
cd /etc/docker
vim daemon.json
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
重啟docker服務(wù)
service docker restart
3琐簇、docker安裝portainer
搜索portainer
docker search portainer
拉取portainer
docker pull portainer/portainer
創(chuàng)建portainer容器并啟動
docker run -d --name portainerUI -p 8000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
4、訪問portainer界面
http://180.76.107.66:8000
初始化設(shè)置密碼,首次登陸時