File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# OctoPrint-docker
2
2
3
- The primary image of ` octoprint/octoprint ` , is designed to work similarly, and support the
3
+ This is the primary image of ` octoprint/octoprint ` . It is designed to work similarly, and support the
4
4
same out of the box features as the octopi raspberry-pi machine image, using docker.
5
5
6
6
## Tags
@@ -65,17 +65,17 @@ docker-compose up -d config-editor
65
65
66
66
Now go to ` http://<octoprint_ip_or_url>:8443/?folder=/config ` in your browser to edit your octoprint files!
67
67
Use the 'explorer' (accessible by clicking the hamburger menu icon) to explore folder and files to load
68
- into the editor workspace.
68
+ into the editor workspace.
69
69
70
- The active configuration will be accessible at ` /config/config.yaml `
70
+ All configuration files are in the ` /config ` folder, and the active configuration will be accessible at ` /config/config.yaml `
71
71
72
- When you're done, we recommend you stop and rm this service/container:
72
+ When you're done, we recommend you stop and remove this service/container:
73
73
74
74
```
75
75
docker-compose stop config-editor && docker-compose rm config-editor
76
76
```
77
77
78
- For full documenation about the config editor, see the docs for the product at [ github.com/cdr/code-server] [ code-server ] .
78
+ For full documentation about the config editor, see the docs for the product at [ github.com/cdr/code-server] [ code-server ] .
79
79
80
80
## Without docker-compose
81
81
You can’t perform that action at this time.
0 commit comments