update readme
parent
1261532d47
commit
19844be327
11
README.md
11
README.md
|
@ -3,4 +3,13 @@
|
||||||
Go to `./template-docker/` and execute `docker compose up -d` to run the Docker in the background.
|
Go to `./template-docker/` and execute `docker compose up -d` to run the Docker in the background.
|
||||||
|
|
||||||
# Octoprint Multi Docker Setup
|
# Octoprint Multi Docker Setup
|
||||||
Execute `start.sh` to create multiple Octoprint instances using the Octoprint template as the base system.
|
Execute `start.sh` to create multiple Octoprint instances using the Octoprint template as the base system.
|
||||||
|
|
||||||
|
# This is how it works
|
||||||
|
After executing **start.sh**, the current state of the Octoprint Docker Template is copied to **template/octoprint**.
|
||||||
|
|
||||||
|
The **config.yaml** can be found in `template/octoprint/octoprint/`
|
||||||
|
|
||||||
|
# I want to see the configuration of the Octoprint template directly docker
|
||||||
|
Execute `docker exec -it octoprint-template bash` to join the Docker.
|
||||||
|
You will find the **config.yaml** in `/octoprint/octoprint/config.yaml`.
|
Loading…
Reference in New Issue