Vex Hub

Org-scoped container registry

Vex Hub repositories live under registry.vex.sc/<org>/<repository> and use Vex-issued auth for Docker pushes, pulls, and future platform builders.

Common commands

vex docker setupvex hub login --registry registry.vex.scvex hub list --org <org>vex hub create --org <org> --slug <item>vex hub push <image> --org <org> --repo <item> --tag <tag>

vex docker setup is the simplest path for most workflows: it configures a Docker credential helper for registry.vex.sc in one command, so docker push/pull work with auto-refreshing credentials. Use vex hub login when you specifically need a token stored for vex hub commands.