From dfa4bcb68fee1570c55660a9285292b840cba22e Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Wed, 16 Apr 2025 16:06:04 +0200 Subject: [PATCH] infra/image/shcontainer: Volume support and new container_tee This change adds support for volumes to container_create. Now it can be used like in this example: container_create "${name}" "${local_image}" "hostname=${hostname}" \ "${capabilities:+capabilities=$capabilities}" \ volume=$PWD:/root/src The new function container_tee has been added to enable creation of fiiles with content from stdin like in this example: cat <