This commit is contained in:
Manfred Riem 2020-03-05 09:23:40 -07:00 коммит произвёл GitHub
Родитель 9f35bd3bec
Коммит 03c93b3871
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -38,9 +38,9 @@ machine:
1. Build the WAR file locally.
```shell
mvn package
```
```shell
mvn package
```
1. Build the docker image:
@ -54,9 +54,9 @@ mvn package
docker run -p 8080:8080 -d wildfly
```
Once the container is running, navigate to `http://localhost:8080` in
[your favorite browser](https://www.microsoft.com/edge). You should see the
web application come up.
Once the container is running, navigate to `http://localhost:8080` in
[your favorite browser](https://www.microsoft.com/edge). You should see the
web application come up.
### Building and testing on Azure
@ -70,16 +70,16 @@ installed.
1. Clone the repository and navigate into the root of the repository:
```bash
```bash
git clone https://github.com/Azure/wildfly-container-quickstart.git
cd wildfly-container-quickstart
```
```
1. Build the WAR file locally.
```shell
mvn package
```
```shell
mvn package
```
1. Once the Azure Container Registry instance is created, run the following
command, where `${REGISTRY_NAME}` is the name of the Azure Container Registry