From f2d3332d59693aaec42a9da87db2eca21b0e53f3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Apr 2024 17:27:32 +0200 Subject: [PATCH] docs: Add link to the bootable containers webpage This helps share the broader context and mission of the project when thinking of it beyond bootc. Signed-off-by: Stef Walter --- docs/src/intro.md | 1 + docs/src/relationships.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/src/intro.md b/docs/src/intro.md index 6e158dd43..38444217c 100644 --- a/docs/src/intro.md +++ b/docs/src/intro.md @@ -1,6 +1,7 @@ # bootc Transactional, in-place operating system updates using OCI/Docker container images. +bootc is the key component in a broader mission of [bootable containers](https://containers.github.io/bootable/). The original Docker container model of using "layers" to model applications has been extremely successful. This project diff --git a/docs/src/relationships.md b/docs/src/relationships.md index 75e724c24..49dffe53b 100644 --- a/docs/src/relationships.md +++ b/docs/src/relationships.md @@ -1,5 +1,8 @@ # Relationship with other projects +bootc is the key component in a broader mission of [bootable containers](https://containers.github.io/bootable/). +Here's its relationship to other moving parts. + ## Relationship with podman It gets a bit confusing to talk about shipping bootable operating systems in container images.