rundeck-plugins / docker

Providers for docker
28 stars 23 forks source link

--read-only option is ignored when specified in Rundeck Job UI #56

Closed MCRayRay closed 3 years ago

MCRayRay commented 4 years ago

Rundeck 3.2.4-20200318 exposes an option in the Docker Job 'docker / image / run' Workflow to mount a container's root filesystem as read-only.

However, when the user specifies this option in the UI --read-only is not appended to docker run, so the container's filesystem is still read-writable.

I'd propose the UI be changed for this to be a dropdown select with values 'true' and 'false', similar to the way the --rm option is handled.