Preparing a new set of bugs
Block or Report
Block or report ndeloof
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,489 contributions in the last year
Activity overview
Contributed to
docker/compose,
docker/compose-cli,
compose-spec/compose-go
and 58 other
repositories
Contribution activity
May 2022
Created 20 commits in 6 repositories
Created 2 repositories
- ndeloof/awesome-compose HTML
- ndeloof/vulhub Dockerfile
Created a pull request in vulhub/vulhub that received 1 comment
Update README for compose v2
Docker Compose v2 is now part of the Docker CLI and will install by default with install script as docker compose
+6
−12
•
1
comment
Opened 15 other pull requests in 6 repositories
docker/compose
3
merged
3
open
compose-spec/compose-go
1
open
4
merged
moby/moby
1
open
compose-spec/compose-spec
1
merged
docker/cli
1
open
docker/awesome-compose
1
merged
Reviewed 46 pull requests in 7 repositories
docker/compose
13 pull requests
- add a workflow to trigger a PR creation on Docker Documentation repo
- fix: prevent flickering prompt when pulling same image from N services
- add tags property to build section
- use AdaptCmd when executing run command to properly propagate syscall…
- fix TestLocalComposeUp which fail locally
- Add ddev's e2e test
- feat: use current buildx builder
-
Fix extra space printed with
--no-log-prefixoption - Improve contributing instructions
- update golang version to 1.18
- cp command: copy to all containers of a service as default behaviour
- compose down exit=0 if nothing to remove
- down: Reject all arguments
docker/cli
12 pull requests
- vendor: github.com/docker/docker c9d04033d443e359e73e5da58a6b46ec1b8f2373
- Added Swarm Job support to Stack Deploy
- remove documentation and completion for deprecated legacy overlay networks
- add --signal option to stop and restart
- Update version to 22.06.0-dev
- info: improve handling of empty Info
- Add .IPAddresses as formatting option on docker ps
- Fixing stats race condition
- Cobra completion v2 with CLI plugin support
- Fix dead external link
- vendor: update github.com/docker/docker to latest master
- remove some swarm annotations from flags
moby/moby
11 pull requests
- api: swagger: Adjust ContainerWaitResponse error as optional
- Use hashicorp/go-memdb instead of truncindex
- daemon/linux: Set console size on creation
- introduce CreateMountpoint for parity between binds and mounts
- API: fix documentation for containers/{id}/attach/ws
- LogFile follow without filenotify
- Header to explicit raw-stream implementation being used
- vendor: github.com/containerd/containerd v1.6.4
- [20.10 backport] update containerd binary to v1.6.4
- update containerd binary to v1.6.4
- when created, workdir is owned by user, not root
compose-spec/compose-go
6 pull requests
compose-spec/compose-spec
2 pull requests
docker/awesome-compose
1 pull request
docker/containerd-packaging
1 pull request
Created an issue in docker/compose that received 4 comments
[proposal] delegate build execution to buildx bake
Description
buildx is used as a vendored dependency to implement compose build command. With lack of a minimal "build" API/SDK, we have to copy/pas…
4
comments

