Fix formatting of Instructions.

This commit is contained in:
Hyperling 2023-07-04 09:12:47 -07:00
parent 76297bfe3b
commit c8ff2d05cc

View File

@ -1,19 +1,26 @@
# My Docker Setup # My Docker Setup
Scripting my way into the Docker world. 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`. 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 very new to Docker and am likely to make mistakes, but you're welcome to learn with me. ;) I am still new to Docker and am likely to make mistakes, but you're welcome to learn with me. ;)
## Disclaimer ## Disclaimer
Currently the project only focuses on `apt` based operating systems. Currently the project only focuses on `apt` based operating systems.
## How To Use ## How To Use
`apt install git bash` `apt install git bash`
`git clone https://github.com/hyperling/docker /opt/Docker` `git clone https://github.com/hyperling/docker /opt/Docker`
`source /opt/Docker/source.env` `source /opt/Docker/source.env`
`install.sh` `install.sh`
`create.sh PROJECT_NAME` `create.sh PROJECT_NAME`
`vi /opt/Docker/Config/PROJECT_NAME/docker-compose.yml` `vi /opt/Docker/Config/PROJECT_NAME/docker-compose.yml`
`start.sh` `start.sh`
Cross your fingers and hope to profit. Cross your fingers and hope to profit.
## Folders ## Folders