mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
[BugFix] Update README.md
Without the change, Docker would return the following error: docker: Error response from daemon: pull access denied for prusaslicer-novnc, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
This commit is contained in:
parent
787aec2749
commit
82c54e4c80
@ -16,7 +16,7 @@ If you're using unraid, open your Docker page and under `Template repositories`,
|
||||
|
||||
#### Docker
|
||||
To run this image, you can run the following command: `docker run --detach --volume=prusaslicer-novnc-data:/configs/ --volume=prusaslicer-novnc-prints:/prints/ -p 8080:8080 -e SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
|
||||
--name=prusaslicer-novnc prusaslicer-novnc`
|
||||
--name=prusaslicer-novnc mikeah/prusaslicer-novnc`
|
||||
|
||||
This will bind `/configs/` in the container to a local volume on my machine named `prusaslicer-novnc-data`. Additionally it will bind `/prints/` in the container to `superslicer-novnc-prints` locally on my machine, it will bind port `8080` to `8080`, and finally, it will provide an environment variable to keep Prusaslicer happy by providing an `SSL_CERT_FILE`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user