Closed dmitry-reshetnik closed 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.
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'
Incorrect 'docker run' arguments
Thanks for the update, @dmitry-reshetnik Glad it's working 👍
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?