Bookmark and Share Subscribe

SRE. Docker

 

# 必裝 portainer
docker run -d -p 9000:9000 --restart=always --name portainer -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer


# 啟用 Docker service 與開機自動啟用
sudo systemctl start docker
sudo systemctl enable docker


0 意見:

張貼留言

LinkWithin

Related Posts with Thumbnails
top