Docker Auth

Docker Setup

We manage Docker images for algorithms through a private Docker registry, running at docker.abound.art.

We take the privacy and security of algorithms seriously. Only the artist that created an algorithm (and our platform, which runs the algorithm) can access the algorithm's Docker image. This protects the intellectual property of artists and their algos.

In order to upload an algorithm to this registry, you'll first need to log in to the Docker registry. Each artist on the platform has a unique Docker username, which is used only for authenticating with the Docker registry and is not shown to other users. Once you create your Docker username, you cannot change it. Usernames can only contain lowercase letters and numbers.

To get access to the Docker registry, you'll first need to create an account or sign in.

Next Steps

Once you've got your credentials stored safely, and you have logged into the Docker registry using the command above, you can proceed to the next step, uploading your image.

Uploading an Algorithm's Image