Skip to content
Merged
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
8 changes: 8 additions & 0 deletions docs/src/registries-and-offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ insecure=true

For more, see [containers-registries.conf](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md).

## Private registries

It's common to use a private repository when deploying a fleet of bootc instances.

In addition to registry configuration, private registries require authentication. This is configured by placing an `auth.json` file at `/etc/ostree/auth.json`.

For more, see [auth.json](https://man.archlinux.org/man/containers-auth.json.5)

## Disconnected and offline updates

It is common (a best practice even) to maintain systems which default
Expand Down
Loading