You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Josef Cacek (JIRA)" <ji...@apache.org> on 2015/09/28 23:16:04 UTC

[jira] [Created] (JCLOUDS-1007) Add support for Docker Exec API

Josef Cacek created JCLOUDS-1007:
------------------------------------

             Summary: Add support for Docker Exec API
                 Key: JCLOUDS-1007
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1007
             Project: jclouds
          Issue Type: Improvement
          Components: jclouds-labs
    Affects Versions: 1.9.1
            Reporter: Josef Cacek


The {{MiscApi}} in Docker provider should be extended to allow work with {{docker exec}} instances. It will simplify usage without installed SSH server in the containers.

The Docker [REST API | https://docs.docker.com/reference/api/docker_remote_api_v1.16/] provides several methods to work with the exec-s. The important ones are [Exec Create|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-create] and [Exec Start|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-start]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)