ihs container is not able to re-run after having the wctcmd.sh -tool pct (with responsefile.txt) configuration #31
Description
hello,
responsefile.txt
We are consulting how to congifure the ihs container by this mail,
as we grasp the ihs image from ibmcom/ibm-http-server and make it running fine with
docker run --name ihs -h ihs -p 80:80 --net=net1 -d ibmcom/ibm-http-server
then we put the responsefile.txt (please refer to the attachment) into the /opt/IBM/WebSphere/Toolbox/WCT/ (in container)
and then we execute wctcmd.sh -tool pct -defLocPathname /opt/IBM/WebSphere/Plugins -defLocName loc1 -createDefinition -response /opt/IBM/WebSphere/Toolbox/WCT/responsefile.txt
moreover, we execute docker exec ihs /opt/IBM/HTTPServer/bin/htpasswd -cb /opt/IBM/HTTPServer/conf/admin.passwd ihsadmin ihspasswd to add password for user ihsadmin
to activate this configuration, we try to re-start this ihs container (docker stop ihs)
after executing above docker stop ihs, the whole container is down, and then (ihs) were not able to be run-up (docker start ihs)
Therefore, we want to consult whether any actions we did it wrong? or we missed anythings on this ibmcom/ibm-http-server.
Please advise.
Thanks.
Unitopia.