Hi I want to install Docker in Windows 11 locally and in docker install jboss server to run Java Web Application integration with git to deployment anyone please help me on this i want to deploy .war Java web applications on it with Jboss please help
What’s the exact inquiry? Are you looking to hire an expert this way?
If it’s for private education, then I am sure there are dozens of blog posts that cover how to create a custom image based on Wildfly that bake your own war-package into it. As an example, I googled “wildfly create docker image”, and the first hit shows a blog post that shows how to leverage a maven plugin to create a docker image for your application: Use the wildfly-maven-plugin to create a Docker image of your application