Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 703 Bytes

File metadata and controls

30 lines (22 loc) · 703 Bytes

start-containers

Prerequisites

Docker must be installed on the device, as well as the Docker SDK for Python

What it does

Starts a list of specified containers on device using Docker

Details

To execute this job, use the following JSON as an example:

{
    "operation": "start-containers",
    "images": [
        {
            "name": "bfirsh/reticulate-splines",
            "version": "latest"
        }
    ]
}

The operation key must have a value of 'start-containers'.

Each object in the image array must have:

  • a name key - the name of the container to be started
  • a version key - the version of the container to be started