manifest for docker.io/ibmcom/websphere-traditional:8.5.5.12-profile not found

[root@localhost ~]# docker pull  ibmcom/websphere-traditional:8.5.5.12-profile
Trying to pull repository docker.io/ibmcom/websphere-traditional ... 
manifest for docker.io/ibmcom/websphere-traditional:8.5.5.12-profile not found

方式1:

1、查询官方镜像库
网页:https://hub.docker.com
docker search websphere-traditional --no-trunc

[root@localhost ~]# docker search websphere-traditional --no-trunc 
INDEX       NAME                                                 DESCRIPTION                                                                            STARS     OFFICIAL   AUTOMATED
docker.io   docker.io/ibmcom/websphere-traditional               Official IBM WebSphere Application Server traditional for Developers image             117                  
docker.io   docker.io/amanly/websphere_8_5_5                     This container has WebSphere installed.                                                23                   
docker.io   docker.io/robsonsamp/websphere-traditional-8.5.5.9   Imagem do IBM WebSphere Application Server tradicional para desenvolvedores            1                    
docker.io   docker.io/seniorsistemas/websphere-traditional                                                                                              1          
...

2、选择一个镜像下载(eg:docker pull robsonsamp/websphere-traditional-8.5.5.9,非官方)


不指定版本拉取镜像
docker pull ibmcom/websphere-traditional:latest
指定下载地址
docker pull registry.docker-cn.com/ibmcom/websphere-traditional:8.5.5.12-profile

安装websphere

refer:
https://www.cnblogs.com/DFX339/p/8493188.html

https://github.com/WASdev/ci.docker.websphere-traditional

http://mirrors.ustc.edu.cn/help/dockerhub.html?highlight=docker#id3

你可能感兴趣的:(Docker)