Skip to content

Commit cf7a61b

Browse files
authored
Update README.md
1 parent 3dc2532 commit cf7a61b

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,38 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-container-instances
78
description: "Azure Container Instance sample for managing container instances."
89
urlFragment: aci-java-create-container-groups
910
---
1011

11-
# Getting Started with Containerinstance - Manage Container Instance With Multiple Container Images - in Java #
12+
# Manage Azure Container Instance With Multiple Container Images (Java)
1213

14+
Azure Container Instance sample for managing container instances.
1315

14-
Azure Container Instance sample for managing container instances.
15-
- Create an Azure container group with two container instances using Docker images "microsoft/aci-helloworld" and "microsoft/aci-tutorial-sidecar"
16-
- Set the container group restart policy to "never"
17-
- Test that the container app can be reached via "curl" like HTTP GET calls
18-
- Retrieve container log content
19-
- Delete the container group resource
16+
- Create an Azure container group with two container instances using Docker images "microsoft/aci-helloworld" and "microsoft/aci-tutorial-sidecar"
17+
- Set the container group restart policy to "never"
18+
- Test that the container app can be reached via "curl" like HTTP GET calls
19+
- Retrieve container log content
20+
- Delete the container group resource
2021

2122

22-
## Running this Sample ##
23+
## Running this sample
2324

2425
To run this sample:
2526

2627
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
2728

28-
git clone https://github.com/Azure-Samples/aci-java-create-container-groups.git
29+
```bash
30+
git clone https://github.com/Azure-Samples/aci-java-create-container-groups.git
31+
cd aci-java-create-container-groups
32+
mvn clean compile exec:java
33+
```
2934

30-
cd aci-java-create-container-groups
31-
32-
mvn clean compile exec:java
33-
34-
## More information ##
35+
## More information
3536

3637
[http://azure.com/java](http://azure.com/java)
3738

38-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
39-
40-
---
39+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4140

4241
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)