Integration Cloud 7.0.0 | Containers | Managing Repositories
 
Managing Repositories
 
Viewing Tag Details
Images or repositories are read-only templates from which containers are instantiated. The Repositories screen allows you to view, delete, and add repositories for the active stage. You can select a repository and click Delete to delete a repository or click Add New Repository to add a repository. In the Add New Repository screen, select the Deployment Stage and enter the Repository Name. If a stage is not enabled to access containers, contact Support to enable the stage.
*To view the details of a tag from the Repositories screen
1. Select a repository and then click the repository link under the Name column.
The Image Tags screen is displayed. A list of all image tags is displayed along with their names.
2. From the Image Tags screen, you can select an image tag and delete it or add a new service for the tag. See Viewing Tag Details for more information.
3. Click the Commands tab to view and copy the commands on how to log in, tag images, push images, or pull images.
Log in to the system: #docker login -u <username> -p <password> https://<subdomain>.<domain.com>/, for example, docker login -u x@x.com -p test123 https://john.wmic1.com/.
Tag an image or repository: #docker tag <imagename>:<tagname> <subdoamin.wmis.com>/<subdomain>/<stage name>/<image-name>:<tag-name>, for example, #docker tag is_912:withkeystore john.wmic1.com/john/development/is_912:withkeystore2.
Push or upload an image or repository: #docker push <subdoamin.wmis.com>/<subdomain>/<stage name>/<image-name>:<tag-name>, for example, #docker push john.wmic1.com/john/development/is_912:withkeystore2.
Pull or download an image or repository: docker pull <subdoamin.wmis.com>/<subdomain>/<stage name>/<image-name>:<tag-name>, for example, #docker pull john.wmic1.com/john/development/is_912:withkeystore2.