Setting volumes in the images would be useful, to help reconfiguring containers for specific environments, and to support long-term storage from the container.
e.g.
(pack/docker {:basis my-basis
:image-name "my/image"
:volumes #{"/logs" "/config"} ;; <--It would be useful to be able to do this
)
Setting volumes in the images would be useful, to help reconfiguring containers for specific environments, and to support long-term storage from the container.
e.g.