First Method: How to install IBM WebSphere AS on Docker ?

How to install IBM WebSphere AS on Docker 


*  Pull WAS-Application Server latest  image:



* Create container name WAS-AS:

docker run --name WAS-AS -h WAS -e HOST_NAME=localhost -p 9043:9043 -p 9443:9443 -d \
  -e PROFILE_NAME=AppSrv01 -e CELL_NAME=DefaultCell01 -e NODE_NAME=DefaultNode01 \
  ibmcom/websphere-traditional:install


Username & Password
Username : wsadmin
Password :
[root@docker ~]# docker exec WAS-AS cat /tmp/PASSWORD
1AAG3TS2


WebSphere Console:

Good Luck https://www.linkedin.com/in/ahmedms/

Comments

Popular posts from this blog

Kubernetes 104: Create a 2-node k3s cluster with k3sup

How to configure OSPF on Palo Alto Networks Firewall?

Cisco Nexus: Configuration VXLAN.