Viewing Tag Details
This screen displays details of all the services for a tag.
To view the tag details
1. From the Integration Cloud navigation bar, click Containers > Repositories.
2. Select a tag and then click the tag link. The tag details screen appears and displays the following details:
Service Name/Containers - Name of the service and the containers. Click on a container link to view the
webMethods Integration Server Administrator screen.
Status - Whether the service is starting, running, or stopped.
Containers - Number of containers instantiated for each service.
From the tag details screen, select a service and then click Edit to add or remove containers for a service (if you remove a container, the service gets removed), 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.
Type the following command to tag an image: #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.
Related Topics