diff --git a/README.md b/README.md index e69de29..f93a7cd 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +# Home Server Docker + +## Setup + +pull/build image +```bash +sudo docker build -t mahuntington/debian:homeserver . +``` + +create image +```bash +docker compose -f /home/matt/git/home-server-docker/docker-componse.yml up -d +``` + +enter shell +```bash +./enter-container.sh +``` \ No newline at end of file