Back

copy-file-to-container! (clj)

(source)

function

(copy-file-to-container! {:keys [container id], :as container-config} {:keys [container-path path type]})
If a container is not yet started, adds a mapping from mountable file to container path that will be copied to the container on startup. If the container is already running, copy the file to the running container.

Examples