From 1edaf373c38f9321eabdd02f6eb6ab90f1e1cfc3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Nov 2023 09:14:02 +0100 Subject: [PATCH] Update README.md for corresponding changes with bind mount. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597e7a3..f27652d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It contains: - `container/`: This folder contains container-related files that define images and configurations. - `*.containerfile`: These files define container images. - `apt/`: This folder contains apt configuration files. - - `bin/`: This folder contains executable scripts installs into the container. + - `bin/`: This folder contains executable scripts that bind mount into the container. - `conf/`: This folder contains containers configurations on installed packages list and native container setup. - `misc/`: This folder contains miscellaneous files related to the project. - `scripts/`: This folder contains scripts for it's github actions workflow.