Artifactory and Docker
A quick reminder to myself (and anyone else who may miss this) about setting up a Docker repository in JFrog's Artifactory online service. As of now, this page, has a "Click to expand" link under the "Working with Artifactory Online" section.
The text there explains that there's a special pattern to be followed for naming the repository. It's this information that I was missing in order to get a repository up and available for use.
Here is an excerpt from those instructions:
First, you need to create a new Docker V2 repository by the name
The text there explains that there's a special pattern to be followed for naming the repository. It's this information that I was missing in order to get a repository up and available for use.
Here is an excerpt from those instructions:
First, you need to create a new Docker V2 repository by the name
dockerv2-{local/remote/virtual}.
HTH,
Carl
Comments