Skip to content

Commit 3ece481

Browse files
add project status
1 parent 7ae826b commit 3ece481

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# compose2kube
22

3-
Convert docker-compose service files to kubernetes objects.
3+
Convert docker-compose service files to Kubernetes objects.
4+
5+
## Status
6+
7+
compose2kube is in the prototype stage and only supports mapping container images, ports, and restart policies to Kubernetes replication controllers. Thanks to the [docker/libcompose](https://github.com/docker/libcompose) library, compose2kube will support the complete docker-compose specification in the near future.
48

59
## Usage
610

0 commit comments

Comments
 (0)