parent
41d26ad29b
commit
8c59b9bbc2
@ -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
|
||||||
|
```
|
||||||
Loading…
Reference in new issue