Repository: stratos Updated Branches: refs/heads/master 2edabaa66 -> f1285a8bb
add documentation for stratos docker images Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f1285a8b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f1285a8b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f1285a8b Branch: refs/heads/master Commit: f1285a8bb1f349fd29fa0ed1e64e76e5109ec296 Parents: 2edabaa Author: Chris Snow <[email protected]> Authored: Sat Aug 30 06:56:37 2014 +0000 Committer: Chris Snow <[email protected]> Committed: Sat Aug 30 06:56:37 2014 +0000 ---------------------------------------------------------------------- tools/stratos-docker-images/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f1285a8b/tools/stratos-docker-images/README.md ---------------------------------------------------------------------- diff --git a/tools/stratos-docker-images/README.md b/tools/stratos-docker-images/README.md index 3d01a28..c953967 100644 --- a/tools/stratos-docker-images/README.md +++ b/tools/stratos-docker-images/README.md @@ -16,11 +16,8 @@ The above command requires you to be able to execute the docker command without To upload images: -`./push-all.sh` +`mvn install -Pdocker-push` ### Running -Have a look at the example, in particular configuring the IaaS with your settings: - -`./run-example.sh` - +Take a look at the Stratos wiki: https://cwiki.apache.org/confluence/display/STRATOS/Running+Stratos+inside+docker
