我想用回rancher/server:1.6.12 不用stable版本?
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server:1.6.12
Unable to find image 'rancher/server:1.6.12' locally
docker: Error response from daemon: manifest for rancher/server:1.6.12 not found.
我发现stable 版本现在是1.6.14
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server:stable
我想用回rancher/server:1.6.12 不用stable版本,如何做?
没有找到相关结果
已邀请:
2 个回复
hongxiaolu
赞同来自: zlcolin 、phptom
https://hub.docker.com/r/rancher/server/tags/
王伟军 - 分享技术,分享快乐