Skip to content

Commit

Permalink
TOC in main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darklynx committed Jul 19, 2016
1 parent 40615b5 commit c4b38e4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

It is strongly inspired by ideas and application design of the [RequestHub](https://github.com/kyledayton/requesthub) project and reproduces functionality offered by [RequestBin](http://requestb.in/) service.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Screenshot](#screenshot)
- [Install](#install)
- [Build from source](#build-from-source)
- [Run](#run)
- [Configuration](#configuration)
- [Parameters](#parameters)
- [Usage](#usage)
- [Persistent storage](#persistent-storage)
- [Docker](#docker)
- [Build docker image](#build-docker-image)
- [Run container as a service](#run-container-as-a-service)
- [Cleanup](#cleanup)

## Introduction

[Request Baskets](https://rbaskets.in) service is available on our demonstration server: [https://rbaskets.in](https://rbaskets.in)
Expand Down Expand Up @@ -108,7 +125,7 @@ Any other kind of storages or databases (e.g. MySQL, MongoDb) to keep collected

## Docker

### Build image with service
### Build docker image

```bash
$ docker build -t request-baskets .
Expand Down

0 comments on commit c4b38e4

Please sign in to comment.