Sign inSign up

ensignprojects/sts

By ensignprojects

Updated over 10 years ago

Simple webserver to test a web setup

Image
1

1.5K

ensignprojects/sts repository overview

build travis cli

SimpleTestServer

This repository contains a simple test server written in python for testing purposes. This server runs on port 8080 by default.

To use this simple server on a linux environment it is as easy as (after cloning this repository):

python start.py

It can also be used to build a docker image:

docker build -t sts https://github.com/JurrianFahner/SimpleTestServer.git
docker run -d -p 8080:8080 sts

If hostname is not set on docker run, then the docker id will be shown as hostname of that specfic container.

The docker image can also be pulled from dockerhub, by issuing the following command:

docker run -p 8080:8080 --hostname hostname -d ensignprojects/sts

Tag summary

Content type

Image

Digest

sha256:4a91804a0

Size

76.6 MB

Last updated

over 10 years ago

docker pull ensignprojects/sts