Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Docker Linux

Docker Management

Manage Docker Containers and Images with simple actions in Hornbill

Package Details

  • Vendor: Docker
  • Target Platform: Linux
  • Package Type: Server and Workstation Management

Trigger Docker commands from within Hornbill to automate functionality as part of your business processes

Example: If a developer needs a break down on the history of an image, they can use the Hornbill service catalog to quickly request access to a image within their organizations Docker instance. As part of the delivery process, Hornbill searches for the Docker image, providing them with access to the information in just a few seconds. Likewise, the image can be deleted on request as soon as the developer has finished using it. The whole developer experience is very quick and painless. Time is saved, shortening the development cycle.

Benefits

  • Control Docker from the service desk, business process workflows, or runbooks
  • Accelerate service restoration
  • Accelerate dev and test cycles with faster provisioning of compute resources

How to get it

  • You can try out ITOM for free (not for production use, limited runs) by installing the ITOM application from the Hornbill App Store.
  • If you would like to explore ITOM and consider subscribing, please contact your account manager here.

Requirements

  • Install the Hornbill Site Integration Server inside your firewall (if you don’t already have it)

Authentication

When creating jobs for operations contained within this package, they need to be run on the target machine as a user who has the correct privileges within your environment. To create and securely store keys:

  • In the Configuration area of your Hornbill instance, navigate to Platform Configuration > Security > KeySafe;
  • Click on the + Create New Key button, then select Username + Password;
  • Give the KeySafe Key a Title (this is the name/identifier for the account as you will see it when creating an IT Automation Job, or adding an IT Automation node to a Workflow);
  • Optionally add a Description;
  • Populate the Username field with the username for the account being used on the target machine;
  • Populate the Password field with the password for the above account;
  • Select Create Key to save.

Package Automations

OperationDescription
Build An Image Builds an image within Docker
Create Container Creates a container within Docker.
Execute A Command Execute a command in a running container
Export A Container Export a container/file system from within Docker as a tar archive.
Get All Running Containers Retrieve a list of all Running containers from within Docker.
Get Containers Retrieves all containers created within Docker.
Get Image History Retrieves the history of changes made to an Image within Docker.
List Images Displays images within Docker
Remove A Container Removes a Container from within Docker
Remove A Image Removes an Image from within Docker
Start A Container Starts one or more stopped containers
Stop A Running Container Stop a running container
In This Document