Cannot run node container #1784
Unanswered
jackchuong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Forgive me if this is a stupid question:
If I run a container like this:
docker run -p 3000:3000 --name node nodeor
docker-compose -f docker-compose.yml upIt runs ok if
docker run -it -p 3000:3000 --name node nodeI'm newbie and I just want to start a container with node image so I can access into it.
Beta Was this translation helpful? Give feedback.
All reactions