You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
``` |