-
Notifications
You must be signed in to change notification settings - Fork 224
Docker-101: Tutorial - Node Application does not open on port 3000. #20
Comments
Same for me |
@rajBopche if you have used "Play with Docker" to follow the tutorial. It is not necessary to mention your hardware details. "waited for 3000 badge to appear on PWD interface" -> Appeared. Clicked new tab opened but no list output(app). |
Checked now.. |
The problem persists. Running container in "attached" mode shows this output:
|
Greetings, Regards |
Greetings, Regards |
Same problem here and now |
Solution. To do it correctly you need to first go in the folder "/app" and create there the dockerfile, build and run it. Then it works. if you do it from root it will fail. |
I was following the Docker 101 tutorial on the Docker Playground and reached Starting an App Container checkpoint in Our Application section.
As directed I hit the
docker run -dp 3000:3000 docker-101
command and waited for 3000 badge to appear on PWD interface, but nothing happened the badge never appeared.Instead, a very long ambiguous number appeared after the command on PWD in Docker Playground.
I even tried manually to access localhost, but all in vain.
MacBook Pro Specs:
OS:
Google Chrome:
I was never able to access the Node To-Do List Application running on port 3000.
The text was updated successfully, but these errors were encountered: