From 4c604a621bef0b3c0117536f456374c99382729e Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 23 Nov 2015 17:03:06 +0100 Subject: [PATCH] started with "Getting started" instructions --- documentation/GettingStarted.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 documentation/GettingStarted.md diff --git a/documentation/GettingStarted.md b/documentation/GettingStarted.md new file mode 100644 index 000000000..82798ee9a --- /dev/null +++ b/documentation/GettingStarted.md @@ -0,0 +1,13 @@ +# Getting started + +We put some effort in getting you started as smooth as possible. + +1. Download the Docker toolbox: https://www.docker.com/docker-toolbox . + This toolbox includes a virtual machine as well all the Docker tools you need to the Docker container which is provided by us. + More instructions to get with can be found here: http://docs.docker.com/windows/started/ + +2. After installing the toolbox, open the "Docker Quickstart Terminal" + +3. Start the latest S2SS container by running: + + $ docker run rwthacs/s2ss \ No newline at end of file