Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glibnub authored Oct 15, 2019
1 parent 7d5bf80 commit 726802f
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ description: "Azure Container Registry sample for deploying a container image to
urlFragment: acs-java-deploy-image-from-acr-to-acs-orchestrator
---

# Getting Started with Containerservice - Deploy Image From Container Registry To Container Service Orchestrator - in Java #

# Deploy Image From Container Registry To Container Service Orchestrator (Java)

Azure Container Registry sample for deploying a container image to Azure Container Service with Kubernetes orchestration.
- Create an Azure Container Registry to be used for holding the Docker images
Expand All @@ -26,24 +25,22 @@ urlFragment: acs-java-deploy-image-from-acr-to-acs-orchestrator
- Create a Kubernetes replication controller using a container image from the Azure private registry from above and a load balancer service that will expose the app to the world


## Running this Sample ##
## Running this sample

To run this sample:

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).

git clone https://github.com/Azure-Samples/acs-java-deploy-image-from-acr-to-acs-orchestrator.git

cd acs-java-deploy-image-from-acr-to-acs-orchestrator

mvn clean compile exec:java
```bash
git clone https://github.com/Azure-Samples/acs-java-deploy-image-from-acr-to-acs-orchestrator.git
cd acs-java-deploy-image-from-acr-to-acs-orchestrator
mvn clean compile exec:java
```

## More information ##
## More information

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

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

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

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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit 726802f

Please # to comment.