diff --git a/README.md b/README.md index 76c13694..c31b8da9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Projects using rpm-ostree provide a minimal host for Docker formatted Linux containers. Replicating a base immutable OS, then using Docker for applications. +Using rpm-ostree to build OS images/trees +----------------------------------------- + +See [Compose Server](doc/compose-server.md). + Building -------- diff --git a/docs/manual/compose-server.md b/docs/manual/compose-server.md index 76e8cbd5..c881afd4 100644 --- a/docs/manual/compose-server.md +++ b/docs/manual/compose-server.md @@ -53,3 +53,8 @@ Once we have that commit, let's export it: You can tell client systems to rebase to it by combining `ostree remote add`, and `rpm-ostree rebase` on the client side. + +## More information + +https://github.com/jasonbrooks/byo-atomic +http://www.projectatomic.io/blog/2014/08/build-your-own-atomic-centos-or-fedora/