Running image in detached mode #680
Unanswered
Tzvetelin88
asked this question in
Q&A
Replies: 2 comments
-
What I did further more is to use docker.createContainer. Is this the path to go in my case?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That's where I am and it's not clear to me either. For me, a call back when the container stops would be enough. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
what is equivalent to:
docker run -d -p 8000:8000 node-docker
I have tried:
I read these:
#106
#188
, but it's not clear where and how to specify detach mode?
What I'm trying to do is to run a container from an existing image, and return a response that container is running.
Currently request hands on " await docker.run".
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions