From c8ff2d05cc0d2a9c225ed5b0676877e906269bcb Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Jul 2023 09:12:47 -0700 Subject: [PATCH] Fix formatting of Instructions. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 515f63e..1eb6519 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,26 @@ # My Docker Setup Scripting my way into the Docker world. -Was unable to find a good tutorial on using and managing containers so this is what made sense to me based on practicing with `docker-compose`. -I am still very new to Docker and am likely to make mistakes, but you're welcome to learn with me. ;) +Was unable to find a good tutorial on using and managing containers so this is what made sense to me based on practice with `docker-compose`. +I am still new to Docker and am likely to make mistakes, but you're welcome to learn with me. ;) ## Disclaimer Currently the project only focuses on `apt` based operating systems. ## How To Use `apt install git bash` + `git clone https://github.com/hyperling/docker /opt/Docker` + `source /opt/Docker/source.env` + `install.sh` + `create.sh PROJECT_NAME` + `vi /opt/Docker/Config/PROJECT_NAME/docker-compose.yml` + `start.sh` + Cross your fingers and hope to profit. ## Folders