Commit c04bba44 by Brian Beggs

Merge pull request #2950 from edx/bbeggs/go-agent-docs

Updated go-agent documentation. Build examples are now correct.
parents a44fc1c8 68734b88
......@@ -30,7 +30,10 @@ necessary.
##Building and Uploading the container to ECS
* Create image
- ```docker build --no-cache=true docker/build/go-agent```
- This must be run from the root of the configuration repository
- ```docker build -f docker/build/go-agent/Dockerfile .```
- or
- ```make docker.test.go-agent```
* Log docker in to AWS
- ```sh -c `aws ecr get-login --region us-east-1` ```
* Tag image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment