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/29 15:00:05 UTC

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

     [ https://issues.apache.org/jira/browse/JCLOUDS-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josef Cacek updated JCLOUDS-1007:
---------------------------------
    Description: 
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], [Exec Start|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-start] and [Exec Inspect|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-inspect]

  was:
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]


> 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], [Exec Start|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-start] and [Exec Inspect|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#exec-inspect]



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