Once you're logged into the Docker registry, you'll be able to upload your Docker image to it.
First, you need to select a name for your algorithm to be uploaded as. This is an internal-only name, only the platform and you will be able to see this name. It must only be comprised of lowercase letters and numbers. You will not be able to modify it later, though you will be able to delete this algorithm and create a new one.
Once you've created your algorithm, you can tag it for the registry by using this command:
And once that succeeds, perform the upload:
Once that is completed, you can continue on to edit the algorithm, including specifying the parameters it takes into its configuration, it's end-user facing name, and it's description.