Documentation

Tutorials

Step-by-step lessons that take container use from zero to a working registry.

  • Getting started

    Serve container images through peryx: cache Docker Hub, pull an image, push one of your own, and verify it.

  • Build a team registry

    One hosted store a whole team pushes to, fronted by a virtual index so team images shadow Docker Hub.

  • Pull a Docker Hub official image

    Stand up a cached Docker Hub index and pull an official image such as ubuntu by its short name through peryx's route.

  • Log in and push with a scoped token

    Turn on the Bearer token realm, docker login against peryx, and push an image with a token scoped to one set of repositories.

  • Push a blob chunk by chunk

    Drive an OCI chunked blob upload by hand with curl: start a session, PATCH chunks with Content-Range, recover from a 416, cancel with DELETE, and finish with PUT, then pull a manifest an upstream advertises under sha512.