diff --git a/generate_config.sh b/generate_config.sh index 4c17862e..90b25b1a 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -26,6 +26,7 @@ if sed --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusyBox sed de if command -v podman > /dev/null 2>&1; then CONTAINER_ENGINE="podman" echo -e "\e[32mFound Podman container engine.\e[0m" + echo -e "\e[31mNOTE: Support for Podman is experimental, consider this before deploying to production! \e[0m" if [[ -n "${DOCKER_HOST}" ]] && [[ "${DOCKER_HOST}" == "unix://"* ]]; then CONTAINER_SOCKET="${DOCKER_HOST/"unix://"/}" diff --git a/update.sh b/update.sh index e7987736..8a728400 100755 --- a/update.sh +++ b/update.sh @@ -229,6 +229,7 @@ if [[ -z "${MAILCOW_CONTAINER_ENGINE}" ]]; then if command -v podman > /dev/null 2>&1; then MAILCOW_CONTAINER_ENGINE="podman" echo -e "\e[32mFound Podman container engine.\e[0m" + echo -e "\e[31mNOTE: Support for Podman is experimental, consider this before deploying to production! \e[0m" if [[ -n "${DOCKER_HOST}" ]] && [[ "${DOCKER_HOST}" == "unix://"* ]]; then CONTAINER_SOCKET="${DOCKER_HOST/"unix://"/}"