dockerode icon indicating copy to clipboard operation
dockerode copied to clipboard

Docker + Node = Dockerode (Node.js module for Docker's Remote API)

Results 86 dockerode issues
Sort by recently updated
recently updated
newest added

We are trying go launch dockerode from Angular8 without success. Is it possible to do this ? Any examples or pointers would be helpful

question

First of all, **Thank You!** for this amazing project. When I try to run a short running operation in a new container with the HostOption `AutoRemove: true` like this: ```javascript...

enhancement

Hello I've been trying for hours to get this library to work. I've followed the basic examples and yet no matter what I do, all I can it to do...

stale

Is there a work flow that dockerode users have used/created/dreamt about that creates->starts containers (I could have about 10 of them) to process a short running job, one or more...

question

*This is the article:* https://runnable.com/blog/how-sockets-can-block-node-s-event-loop Suggests that demuxing *Dockerode* log stream with docker-modem may have issues under load. I'm not sure if this is the right place to post it....

Hi! For some reason, I can't get any new data out of the log command. - Running Windows 10. - Docker desktop default WSL2 setup. - Connecting to `/var/run/docker.sock` via...

Hello everonye, i have this error when i try to execute a command using string rather than array of stirng ```Error: (HTTP code 400) unexpected - json: cannot unmarshal string...

Today I stumbled upon a problem where the `buildImage()` function would silently fail when the passed-in build context is too large. Here's my call: ```javascript const stream = await docker.buildImage({...

bug
needs inspection

Hi, I'm new at docker and am uncertain how to translate the steps needed to make an AWS Kinesis RTSP docker stream running using dockerode. Mainly, how to make the...

question

Thanks for creating and maintaining this lib. I have a feature request: Imagine your DockerSocket is not directly accessible because it is behind a reverse proxy. With the current sate...