Skip to content

Docker run image in a remote node #41

@lukasged

Description

@lukasged

Hi,

I'm trying to use this Rundeck plugin to run containers on remote nodes (currently I'm doing the same task but manually defining a bash script step which is run on remote nodes and will run 'docker run' there).

The problem is that I get the following error:

Traceback (most recent call last):
  File "/var/lib/rundeck/libext/cache/docker-container-1.4.1/run-image", line 93, in <module>
    stderr=STDOUT
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Failed: NonZeroResultCode: Script result code was: 1
Execution failed: 24 in project *****: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [****: NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {******=[NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]

Is there any requirement for what is expected to be installed on my remote node which is the one running the job?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions