trask / wildfly

This repository contains Docker images for Wildfly on Azure App Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wildfly

This repository contains Docker images for Wildfly on Azure App Service.

Build

.\scripts\setup.ps1

# Note: $env:wildflyVersion referenced in the following command is set by setup.ps1
docker build --build-arg WILDFLY_VERSION=$env:wildflyVersion -t wildfly .

Deploy and run the sample app to Azure

Run the following commands in powershell:

cd .\samples\petstore

# usePostgresql = $true to use Postgresql. $false to use in-memory db.
..\..\scripts\deployAndRunApp.ps1 -imageName <imagename> [-webAppName <appname>] [-usePostgresql <$true | $false>]

# Example: ..\..\scripts\deployAndRunApp.ps1 -imageName myrepo/myimage:mytag

About

This repository contains Docker images for Wildfly on Azure App Service.

License:Apache License 2.0


Languages

Language:PowerShell 35.4%Language:Shell 25.0%Language:Java 20.7%Language:Dockerfile 18.8%