- NTT Corporation
- Tokyo, Japan
- suda.kyoto@gmail.com
- https://akihirosuda.github.io/
Pinned repositories
1,160 contributions in the last year
Contribution activity
January 2017
Created a pull request in docker/containerd
that received 8
comments
Makefile: allow `make install` without `go`
In my environment, sudo make install fails, because Go is installed under my home directory.
suda@ws01:~/gopath/src/github.com/docker/containerd> wโฆ
- shim executor: fix deferred error handlers
- shim executor: fix panic due to a nil context
- snapshot: fix terminology inconsistency
- Makefile: remove FORCE dependency
- ctr: add commands: `list` and `inspect`
- test: allow running tests as non-root
- Makefile: new variable: TESTFLAGS
- vendor: clean up
- vendor: add missing deps and remove `go get` in .travis.yml
- Support OCI image layout in docker save/load
- Fixed a typo within pkg/authorization/api.go
- Welcome the captains :-)
- Add bash completion for `build --squash`
- [combined] fix typo
- purify error message in cli for create and run command
- [test-integration] clean docker_cli_build_test.go
- don't use underscores in Go names
- image: tarexport: do not quote integers in format string
- [multi-arch] get go version from arch dockerfile
- Add bash completion for `swarm join --availability`
- Fix typo in libcontainerd/client.go
- Fix `Size` in `docker images` for v1.12 client to v1.13 daemon
- Improve error message
- Do not commit after ARG dockerfile command
- Few stack deploy network fixes
- update docker deploy command according to deploy.go
- NetworksPrune: do not return warnings as error
- add exception handling in ParseRestartPolicy() of parse.go
- explain since format and give examples
- Fix race accessing plugin storage map
- Fix wrong command in changelog
- Provide correct command information and URL
- Remove redundant return nil
- add support for compressibility of log file
- Fix TestSecretCreateWithLabels nondeterminism
- Add `.CreatedAt` placeholder for `docker network ls --format`
- optimize Fatalf with the expectedError
- Fix completion for zsh
- Update URL of irc.freenode.net to webchat.freenode.net
- Remove the redundant 'if' statements
- Updates some integration tests to fix userns builds
- Do not fail in `TearDown` if container not found when removing
- fix "retreive" typo in plugin store
- API: Delete container can return 409, but that isn't documented.
- Make sure we validate simple syntax on service commands
- Optimization a error description
- [test-integration] Add a registry package with registry v1/v2 code
- Remove pkg/integration and move it to testutil or integration-cli
- Remove deadcode from `service/opts.go` : `SecretOpt`
- shim executor: fix panic due to a nil context
- Add container lifecycle document
- Remove shelling out to mount
- rootfs: pseudo-implementation of rootfs unpacking
- Add some logrus info for containerd
- snapshots: separate implementations into packages
- vendor: add missing deps and remove `go get` in .travis.yml
- Makefile: new variable: TESTFLAGS
- Fix build failure on OSX
- Enable codecov.io
Created an issue in docker/containerd
that received 5
comments
Snapshot RPC subsystem for plugins [of higher level engines]
Higher-level container engines such as Docker Engine would provide custom graphdriver plugin system. So, IIUC, containerd needs to provide a pluggaโฆ