docker icon indicating copy to clipboard operation
docker copied to clipboard

Providers for docker

Results 16 docker issues
Sort by recently updated
recently updated
newest added

Is there any way to specify a different entrypoint when running the container? For example with the Docker CLI we can do: ```bash docker run --rm -it --entrypoint '/bin/bash' my-container...

Traceback (most recent call last): File "/home/rundeck/libext/cache/docker-container-1.4.2/node-execute", line 100, in print(line.decode()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 14: ordinal not in range(128) [docker-container-execute-command]: result code: 1 Failed:...

Hi, I have uploaded the plugin via the rundeck UI. When I try to configure a node, I get the following error The Node Source had an error: failed to...

Are there any plans to add support for Python 3? While you can symlink `python` to the Python 3 executable, the console output will display byte literals like this: ![Screen...

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...

I created a project, connected several physical docker nodes to it. Then I create a job, I can find and set containers from different physical nodes in this job. But...

Something about test.selector={{ index State.Config.Labels "com.docker.stack.namespace"}}

Rundeck logs show a failure on execution. Upon further investigation, we found that env only takes 1 argument ``` /var/lib/rundeck/libext/cache/docker-container-1.4.1/model-source /usr/bin/env: ‘python -u’: No such file or directory ``` Because...

Hello, Now I can view my containers into my node section thank's a lot ! I also can run container with api connection section into the step definition, But there...

``` UnicodeEncodeError: 'ascii' codec can't encode character ``` This is because the plugin is trying to do a decode on the output lines. This is not needed for proper output...