From 978ab7481b938b4c8823db3639905e7a7e8e5dfb Mon Sep 17 00:00:00 2001 From: Tim Heyer Date: Thu, 10 Aug 2017 13:53:15 +0000 Subject: [PATCH] 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 --- docs/source/development/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development/getting-started.rst b/docs/source/development/getting-started.rst index 9da6679b..a4c40902 100644 --- a/docs/source/development/getting-started.rst +++ b/docs/source/development/getting-started.rst @@ -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::