jjethwa / rundeck

GNU General Public License v3.0
122 stars 137 forks source link

Can't add external plugins on Windows #57

Closed dmitry-reshetnik closed 7 years ago

dmitry-reshetnik commented 7 years ago

docker run -p 4440:4440 -e SERVER_URL=http://:4440 -t jordan/rundeck:latest -v "//D/temp/plugins:/opt/rundeck-plugins"

d:\temp\plugins contains plugins JAR files

After launching the container Plugins List doesn't contain any of added plugin. do I need to configure anything?

And how to update list?

jjethwa commented 7 years ago

Hi @dmitry-reshetnik

I'm not familiar with running Docker on Windows. Have you followed the instructions for sharing the drive?

https://docs.docker.com/docker-for-windows/#shared-drives

Also, please make sure you are running the latest version of the container.

dmitry-reshetnik commented 7 years ago

trying to do the same on Ubuntu using the latest version -v /home/user/plugins:/opt/rundeck-plugins my folder contains plugin files. after execution /opt/rundeck-plugins/ folder is empty..

the same with '/var/lib/rundeck/.ssh'

dmitry-reshetnik commented 7 years ago

Incorrect 'docker run' arguments

jjethwa commented 7 years ago

Thanks for the update, @dmitry-reshetnik Glad it's working 👍