tmpfs support for docker_container

I added tmpfs support for the docker_container module.
tmpfs mounts temporary writable folders into a container with read-only root file system, which might be needed to run certain applications.

(attachments)

docker_container.py (73.8 KB)