podmanbuildah

Start Server (WebSphere) as a build step with buildah/podman to configure it


In docker I can just boot the server (WebSphere) as a build step and start configuring it via it's jython SOAP API.

I'm trying convert my Dockerfile into a shell script using buildah to create the container instead of docker build. Is there an easy way to achieve this same behaviour? (It's not working so far)

Things I tried so far:

edit 1:


Solution

  • After some searching I found out it to be a port conflict causing the server not to boot.