Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arhea committed Dec 10, 2017
1 parent b247c33 commit b33b7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@

Harbor Master is a Docker Remote API client written in Node. This client is meant to be a simple wrapper that makes it easy to communicate with your Docker Daemon over the unix socket or http based APIs.

This project is still in active development. This project will be versioned in accordance with the Docker Remote API. For example, if the current Docker Remote API version is `1.24`, Harbor Master's version will be `1.24.x`.
This project is still in active development. This project will be versioned in accordance with the Docker Remote API. For example, if the current Docker Remote API version is `1.32`, Harbor Master's version will be `1.32.x`.

## Table of Contents
- [Examples](#examples)
- [Documentation](#documentation)
+ [Client](#client)
+ [API](#api)
+ [Configs](#configs)
+ [Containers](#containers)
+ [Images](#images)
+ [Networks](#networks)
Expand Down

0 comments on commit b33b7ec

Please sign in to comment.