Docker Repository URL Formats

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

Depending on your Docker implementation, the URL format for your Docker repository may vary. The following table provides examples of different Docker URL formats by hosting framework. Use this table as a reference while completing the configuration steps in Connect your Docker Client to Artifactory.

Hosting Framework

Method

Format

SaaS

Repository path

<INSTANCE_NAME>.jfrog.io/<REPO_KEY>

For example:

acme.jfrog.io/docker-local

CNAME and repository path

<CNAME>.com/<REPO_KEY>

For example:

acme.com/docker-local

Instance and repository key in subdomain

<INSTANCE_NAME>-<REPO_KEY>.jfrog.io

For example:

acme-docker-local.jfrog.io

Subdomain and CNAME

<REPO_KEY>.<CNAME>.com

For example:

docker-local.acme.com

Self-Managed

Repository path

<INSTANCE>/<REPO_KEY>

For example:

myartifactory.com/docker-local

Subdomain

<REPO_KEY>.<INSTANCE>

For example:

docker-local.myartifactory.com

Port method

<INSTANCE>:<REPO_PORT>

For example:

myartifactory.com:8876