From fa3fbb4728b06aa17292b81d04a5f7a6b0b4e897 Mon Sep 17 00:00:00 2001 From: tyler miller Date: Thu, 26 Oct 2023 16:05:13 -0400 Subject: [PATCH] rename scripts so its easier to distinguish/navigate when opened in editor --- 01_registry_pull/{pull.sh => 01_pull.sh} | 0 02_simple_dockerfile/{build_simple.sh => 02_build_simple.sh} | 0 .../{build_with_args.sh => 03_build_with_args.sh} | 0 .../{multistage_build.sh => 04_multistage_build.sh} | 0 .../{complex_with_compose.sh => 05_complex_with_compose.sh} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename 01_registry_pull/{pull.sh => 01_pull.sh} (100%) rename 02_simple_dockerfile/{build_simple.sh => 02_build_simple.sh} (100%) rename 03_dockerfile_with_args/{build_with_args.sh => 03_build_with_args.sh} (100%) rename 04_multistage_docker_file/{multistage_build.sh => 04_multistage_build.sh} (100%) rename 05_complex_run_with_compose/{complex_with_compose.sh => 05_complex_with_compose.sh} (100%) diff --git a/01_registry_pull/pull.sh b/01_registry_pull/01_pull.sh similarity index 100% rename from 01_registry_pull/pull.sh rename to 01_registry_pull/01_pull.sh diff --git a/02_simple_dockerfile/build_simple.sh b/02_simple_dockerfile/02_build_simple.sh similarity index 100% rename from 02_simple_dockerfile/build_simple.sh rename to 02_simple_dockerfile/02_build_simple.sh diff --git a/03_dockerfile_with_args/build_with_args.sh b/03_dockerfile_with_args/03_build_with_args.sh similarity index 100% rename from 03_dockerfile_with_args/build_with_args.sh rename to 03_dockerfile_with_args/03_build_with_args.sh diff --git a/04_multistage_docker_file/multistage_build.sh b/04_multistage_docker_file/04_multistage_build.sh similarity index 100% rename from 04_multistage_docker_file/multistage_build.sh rename to 04_multistage_docker_file/04_multistage_build.sh diff --git a/05_complex_run_with_compose/complex_with_compose.sh b/05_complex_run_with_compose/05_complex_with_compose.sh similarity index 100% rename from 05_complex_run_with_compose/complex_with_compose.sh rename to 05_complex_run_with_compose/05_complex_with_compose.sh