You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
Connect to the tutorial by opening port 80 (click the link there)
Download the app.zip file from the tutorial.
Upload the zip file to the playground instance and unzip.
Create the Dockerfile following the instructions.
Build the docker image.
Start the container running.
Attempt to connect to the app.
Expected result: Connecting to the node todo app. Actual result: Connection reset error.
I assume the difference between running the tutorial locally and in the playground is the reason for the differences in the image files (the :pwd at the end.)
I've tried this running on a separate instance from the main tutorial, even changing the port to 80 in case of some weird playground firewall (because that port works for the tutorial itself.) Even attempting to connect locally to the port (within the playground) results in errors (e,g, from Curl: curl: (56) Recv failure: Connection reset by peer)