forked from LaconicNetwork/kompose
Merge pull request #552 from cdrage/fix-headers-docs
Fixes the headers of the docs
This commit is contained in:
commit
cba4c569a3
@ -1,4 +1,4 @@
|
||||
# Kompose - Internal Design
|
||||
# Internal Design
|
||||
|
||||
`kompose` has 3 stages: Loader, Transformer and Outputter. Each Stage should have well defined interface so it is easy to write new Loader, Transformer or Outputters and plug it in. Currently only Loader and Transformer interfaces are defined.
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# Conversion reference
|
||||
|
||||
This document outlines all the conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts.
|
||||
|
||||
| Value | Version | Supported | K8s / OpenShift | Notes |
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
## Installation
|
||||
# Installation
|
||||
|
||||
We have multiple ways to install Kompose. Our prefered method is downloading the binary from the latest GitHub release.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user