Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few documents #116

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ Most of what mosb and mosctl do is intended to be hidden behind simpler
6. 'mosctl activate', on an installed and booted system, will start or restart
a service.

A (not yet written) 'mosctl boot' will start all listed services.

A containerized service will be responsible for periodically fetching
(TUF-protected) manifest updates.

## Docs

docs/newservice.md shows how to start a new OCI based service in machine.

docs/manifest.md explains the contents of the various configuration files.
Most of these you don't need to deal with, but they are important if you want
to understand how the pieces fit together.
Loading