Application Integration - Software AG Hosted Environment : Integration Cloud : Containers : Managing Repositories
Managing Repositories
The Repositories screen allows you to view images or repositories and tags for a selected stage. You can add a repository by clicking on the Add New Repository, delete a repository, delete a tag, or add a new service for a tag. Images or repositories are read-only templates from which containers are instantiated.
To view the details of a tag
1. From the Integration Cloud navigation bar, click Containers > Repositories.
2. Select a tag and then click the tag link.
The list of all services for a particular tag is displayed along with the following details for each service:
*Service/Containers - Name of the service and the containers instantiated for each service
*Status - Service status, for example, Running, Stopped, Starting
*Containers - Number of containers created for each service
From the tag details screen, select a service and then click Edit to add or remove containers for that service, click Delete to delete a service, click Start Service to start a service, click Stop Service to stop a service , or click Add New Service to create and run a service. To create a service, specify the service name, number of containers to instantiate, and the container port in the Add New Service dialog box.
From the Repositories screen, click View Commands 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.
Containers
Managing Services
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback