Saturday, November 21, 2020

Use docker to install WebSphere 8.5.5

1. docker search websphere

2. docker pull amanly/websphere_8_5_5

3. docker images

4. 

To start the container:

docker run -i -t -p 28000:28000 -p 28001:28001 -v /tmp/websphere:/tmpfromhost amanly/websphere_8_5_5 bash

To start WAS:

cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/ ./startManager.sh cd ../../AppSrv01/bin/ ./startNode.sh

To login into the WAS Console:

https://localhost:28001/ibm/console username: wasadmin password: wasadmin

https://hub.docker.com/r/amanly/websphere_8_5_5 

No comments:

Post a Comment