What ?
Add a troubleshooting section to the README.md file so people who fail to launch their Docker container have a quick fix on the main documentation.
This is meant to be temporary. This solution is inelegant but may help people who are easily discouraged by the technical aspect of docker. Credit goes to Youtube user adamj50010 for providing this command line to help people in a comment section.
Why ?
I had this issue myself and found out on the tutorial videos that a significant amount of non-developer people have had this problem as well.
This would have saved me 15 minutes.
Alternatively defaulting the ADDRESS variable to something like would make the server spin up without needing to configure anything, and since you have to know the address to see the page that displays it...
What ? Add a troubleshooting section to the README.md file so people who fail to launch their Docker container have a quick fix on the main documentation.
This is meant to be temporary. This solution is inelegant but may help people who are easily discouraged by the technical aspect of docker. Credit goes to Youtube user adamj50010 for providing this command line to help people in a comment section.
Why ? I had this issue myself and found out on the tutorial videos that a significant amount of non-developer people have had this problem as well.