Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Github changed how markdown is rendered with lines. Fixed in README.md (
Browse files Browse the repository at this point in the history
#778)

Readme only change.
  • Loading branch information
keithchambers authored and benclarkwood committed Apr 10, 2017
1 parent 5cbf94f commit 32228c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[__Contributing__](CONTRIBUTING.md) |
[__Slack__](http://chat.dcos.io)

---
__DC/OS SDK__ is a collection of tools, libraries, and documentation for easy integration and automation of stateful services, such as databases, message brokers, and caching services.

![Status](https://img.shields.io/badge/Status-Alpha-BF97F0.svg?style=flat-square)
Expand All @@ -23,6 +24,7 @@ DC/OS SDK is currently in alpha stage: it can run services, but APIs change regu

* __Production-Proven__: Building reliable services is hard. Uber and Bing platform teams use the SDK for mission-critical databases and message brokers.

---
### Quick Start

From a workstation with 8G Memory, [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [VirtualBox 5.0.x](https://www.virtualbox.org/wiki/Download_Old_Builds_5_0), and [Vagrant 1.8.4](https://releases.hashicorp.com/vagrant/1.8.4/), run:
Expand Down Expand Up @@ -57,6 +59,7 @@ From a workstation with 8G Memory, [Git](https://git-scm.com/book/en/v2/Getting-
* Visit the [dashboard](http://172.17.0.2/#/services/%2Fhello-world/) to see your hello-world service running.
* Click through to one of your tasks (e.g. `world-server-1-<uuid>`), select the __Files__ tab, select __world-container-path__, and finally select the __output__ file.

---
### Understanding the Hello World Service Specification

The service specification declaratively defines the `helloworld` service:
Expand Down Expand Up @@ -112,13 +115,16 @@ volume:
size: 64
```

---
### References
* [Quick Start Guide - Java](https://mesosphere.github.io/dcos-commons/tutorials/quick-start-java.html)
* [Developer Guide](https://mesosphere.github.io/dcos-commons/developer-guide.html)
* [Javadocs](https://mesosphere.github.io/dcos-commons/api/)

---
### Contributions
Contributions are welcome! See [CONTRIBUTING](CONTRIBUTING.md).

---
### License
DC/OS SDK is licensed under the Apache License, Version 2.0.

0 comments on commit 32228c1

Please sign in to comment.