Update docs to new Dockerfile format

The `docker run` command was updated on the main armada readme
but not in the getting_started doc. This fix reflects the new
armada user in the `docker run` command and matches the main
readme (GitHub issue #155).

Change-Id: I9f584b7642d77aca4fd1a8a7c0d3280c0ee6800f
This commit is contained in:
Tim Heyer 2017-08-10 13:53:15 +00:00
parent ea6ad23672
commit 978ab7481b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To use the docker containter to develop:
docker build . -t armada/latest
docker run -d --name armada -v ~/.kube/config:/root/.kube/config -v $(pwd)/examples/:/examples armada/latest
docker run -d --name armada -v ~/.kube/config:/armada/.kube/config -v $(pwd)/examples/:/examples armada/latest
.. note::