Skip to content

Commit

Permalink
Fix the issue in README (#42)
Browse files Browse the repository at this point in the history
* Refine the document for Ruby and Docker developer.

* Update the documentation.

* Change the title of readme for testing module.

* Update the section name.

* Fix the README issue.
  • Loading branch information
metacpp authored Jan 10, 2018
1 parent 15cbbf4 commit 22b4e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ We provide a Dockerfile to build a new image based `FROM` the `microsoft/terrafo
This builds the custom image:

```sh
$ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-compute .
$ docker build --build-arg BUILD_ARM_SUBSCRIPTION_ID=$ARM_SUBSCRIPTION_ID --build-arg BUILD_ARM_CLIENT_ID=$ARM_CLIENT_ID --build-arg BUILD_ARM_CLIENT_SECRET=$ARM_CLIENT_SECRET --build-arg BUILD_ARM_TENANT_ID=$ARM_TENANT_ID -t azure-compute .
```

This runs the build and unit tests:
Expand Down

0 comments on commit 22b4e7d

Please sign in to comment.