Skip to content

vnikolopoulos/Docker-StreamServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

StreamServer with Docker

Docker Installation

Install Docker (on linux) or Docker-toolbox (on Windows/Mac)

Linux only: Use docker without sudo

Stream Server Installation

  1. Download zip and unzip or “git clone” from Stream Server repository
$ git clone https://github.com/madgik/Docker-StreamServer.git
  1. Open a terminal (Docker Quickstart Terminal on Windows/Mac or standard terminal on Linux).
  2. Linux only:
$ sudo service docker start
  1. Navigate to the Stream Server Directory:
$ cd <path to Docker-StreamServer>
  1. Build Stream Server image (this may take a few minutes the first time):
$ docker build -t streamserver .

Run Stream Server container

  1. Execute:
$ docker run -i -t --rm -p 8989:8989 --name streamserver streamserver

Alt text 2. Leave this console open while you are working and then stop the container. 3. Find your docker machine IP

  1. On Linux is: localhost
  2. On Windows/Mac open a new Docker Quickstart Terminal and run:
```
$ docker-machine ip
```
It will return your docker-machine ip **(from now on use this instead of localhost if you are on Windows or Mac)**.

Test the Stream Server

Test the Stream Server by opening http://docker-machine-ip:8989/measurements on your browser

Alt text

Exit Stream Server container

To gracefully stop your docker container:

  1. Select your Stream Server docker console.
  2. Press Ctrl+C.
  3. Close the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published