Skip to content

Commit 922eee7

Browse files
add link to Kubernetes docs on replication controllers
1 parent 3ece481 commit 922eee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Convert docker-compose service files to Kubernetes objects.
44

55
## Status
66

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.
7+
compose2kube is in the prototype stage and only supports mapping container images, ports, and restart policies to Kubernetes [replication controllers](https://github.com/kubernetes/kubernetes/blob/release-1.0/docs/user-guide/replication-controller.md). Thanks to the [docker/libcompose](https://github.com/docker/libcompose) library, compose2kube will support the complete docker-compose specification in the near future.
88

99
## Usage
1010

0 commit comments

Comments
 (0)