Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Rework README
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Crone <[email protected]>
  • Loading branch information
chris-crone committed Mar 18, 2020
1 parent 4f1e64e commit bb78577
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Compose Specification Reference Implementation
![Continuous integration](https://github.com/compose-spec/compose-ref/workflows/Continuous%20integration/badge.svg)

![logo](logo.png)

This project host the reference implementation of the Compose specification. It is not designed for production use
but to demonstrate implementation of Compose Specification on top of Docker API and offer a code base to experiment
with changes being proposed to the Compose Specification.
This repository hosts the reference implementation for the Compose
specification. The purpose of this implementation is to provide a tool for
Compose specification contributors to test changes to the specification and a
code example for Compose specification implementers to understand how to
implement the specification. It is not intended to be used 'as is' by end users
or in production.

![Continuous integration](https://github.com/compose-spec/compose-ref/workflows/Continuous%20integration/badge.svg)
Before creating an issue or submitting a contribution, please read the
[contributing guide](CONTRIBUTING.md).

0 comments on commit bb78577

Please sign in to comment.