From 253de78c82ef17a50b2d8276bfaf92481d4081b0 Mon Sep 17 00:00:00 2001 From: balzack Date: Tue, 6 Feb 2024 17:20:03 -0800 Subject: [PATCH] restore folder name to match published tutorials --- net/{host => container}/Dockerfile | 0 net/{host => container}/compose.yaml | 0 net/{host => container}/entrypoint.sh | 0 net/{host => container}/transform/transform_acopy.sh | 0 net/{host => container}/transform/transform_icopy.sh | 0 net/{host => container}/transform/transform_ilg.sh | 0 net/{host => container}/transform/transform_ithumb.sh | 0 net/{host => container}/transform/transform_vcopy.sh | 0 net/{host => container}/transform/transform_vhd.sh | 0 net/{host => container}/transform/transform_vlq.sh | 0 net/{host => container}/transform/transform_vsd.sh | 0 net/{host => container}/transform/transform_vthumb.sh | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename net/{host => container}/Dockerfile (100%) rename net/{host => container}/compose.yaml (100%) rename net/{host => container}/entrypoint.sh (100%) rename net/{host => container}/transform/transform_acopy.sh (100%) rename net/{host => container}/transform/transform_icopy.sh (100%) rename net/{host => container}/transform/transform_ilg.sh (100%) rename net/{host => container}/transform/transform_ithumb.sh (100%) rename net/{host => container}/transform/transform_vcopy.sh (100%) rename net/{host => container}/transform/transform_vhd.sh (100%) rename net/{host => container}/transform/transform_vlq.sh (100%) rename net/{host => container}/transform/transform_vsd.sh (100%) rename net/{host => container}/transform/transform_vthumb.sh (100%) diff --git a/net/host/Dockerfile b/net/container/Dockerfile similarity index 100% rename from net/host/Dockerfile rename to net/container/Dockerfile diff --git a/net/host/compose.yaml b/net/container/compose.yaml similarity index 100% rename from net/host/compose.yaml rename to net/container/compose.yaml diff --git a/net/host/entrypoint.sh b/net/container/entrypoint.sh similarity index 100% rename from net/host/entrypoint.sh rename to net/container/entrypoint.sh diff --git a/net/host/transform/transform_acopy.sh b/net/container/transform/transform_acopy.sh similarity index 100% rename from net/host/transform/transform_acopy.sh rename to net/container/transform/transform_acopy.sh diff --git a/net/host/transform/transform_icopy.sh b/net/container/transform/transform_icopy.sh similarity index 100% rename from net/host/transform/transform_icopy.sh rename to net/container/transform/transform_icopy.sh diff --git a/net/host/transform/transform_ilg.sh b/net/container/transform/transform_ilg.sh similarity index 100% rename from net/host/transform/transform_ilg.sh rename to net/container/transform/transform_ilg.sh diff --git a/net/host/transform/transform_ithumb.sh b/net/container/transform/transform_ithumb.sh similarity index 100% rename from net/host/transform/transform_ithumb.sh rename to net/container/transform/transform_ithumb.sh diff --git a/net/host/transform/transform_vcopy.sh b/net/container/transform/transform_vcopy.sh similarity index 100% rename from net/host/transform/transform_vcopy.sh rename to net/container/transform/transform_vcopy.sh diff --git a/net/host/transform/transform_vhd.sh b/net/container/transform/transform_vhd.sh similarity index 100% rename from net/host/transform/transform_vhd.sh rename to net/container/transform/transform_vhd.sh diff --git a/net/host/transform/transform_vlq.sh b/net/container/transform/transform_vlq.sh similarity index 100% rename from net/host/transform/transform_vlq.sh rename to net/container/transform/transform_vlq.sh diff --git a/net/host/transform/transform_vsd.sh b/net/container/transform/transform_vsd.sh similarity index 100% rename from net/host/transform/transform_vsd.sh rename to net/container/transform/transform_vsd.sh diff --git a/net/host/transform/transform_vthumb.sh b/net/container/transform/transform_vthumb.sh similarity index 100% rename from net/host/transform/transform_vthumb.sh rename to net/container/transform/transform_vthumb.sh