Djordje Lukic

Results 17 issues of Djordje Lukic

With this change we can use `eventsource` even when calling a server over a unix domain socket, for example: ```javascript const es = new EventSource({ socketPath: 'some-socket.sock', path: '/my-path', });...

[See this comment](https://github.com/docker/hub-tool/pull/120#discussion_r526236987)

Hey, I stumbled upon this little repo a while back and find it cool. Unfortunately I'm on a mac so I can't really use it, I started working on a...

**- What I did** Implemented `docker run` with the containerd store. Upstreams: * https://github.com/rumpl/moby/pull/25 * https://github.com/rumpl/moby/pull/62 * https://github.com/rumpl/moby/pull/104 * https://github.com/rumpl/moby/pull/65 * https://github.com/rumpl/moby/pull/70 * https://github.com/rumpl/moby/pull/98 I added the second and third...

area/runtime
containerd-integration

**- What I did** Adds stargz and nydus snapshotters image handlers. Both of these snapshotters are non-core subprojects of containerd so I guess it's a nice to have for us...

area/images
containerd-integration

### Description The current implementation returns a nil slice when there are no tags in an image history: ```console $ curl -s --unix ~/.docker/run/docker.sock http://localhost/images/ubuntu/history | jq [ { "Comment":...

area/api
status/0-triage
kind/feature
area/images

**What I did** Added a job that will run e2e tests against a docker daemon that has the containerd-integration feature enabled. Note: Adding this as a draft PR, I don't...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I would

enhancement

**Is your feature request related to a problem? Please describe.** I don't know which of my repositories on hub are my volumes. **Describe the solution you'd like** The same way...

enhancement

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Once I pushed a volume to a registry I would love it that the...

enhancement