Based on: Consol Docker https://hub.docker.com/r/consol/centos-xfce-vnc/
Troubleshoot guide:
https://github.com/fenago/websphere/blob/master/instructor_guide_websphere.pdf
Update port:
-e VNC_PORT=5901
-e NO_VNC_PORT=6901
Features: (latest tag)
Important:
Click Applications > IBM Installation Manager to open IBM Installation Manager.
Click Applications > System > Profile Management Tool to open Profile Management Tool.
Click Applications > System >
to open websphere tools and other related applications.
Docker Image fenago/centos-websphere
Run Image docker run -d --restart=always --user root -p 5901:5901 -p 80:80 -e NO_VNC_PORT=80 --name websphere fenago/centos-websphere
Note: You can also run multiple instances by changing container name and port ( -p <update-host-port>: 80 ) in the above command.
Commit & Push Changes
docker commit websphere fenago/centos-websphere
docker push fenago/centos-websphere
Content type
Image
Digest
Size
5.9 GB
Last updated
almost 6 years ago
docker pull fenago/centos-websphere