Sebastiaan van Stijn
|
cff4f20c44
migrate to github.com/containerd/log v0.1.0
|
1 year ago |
Sebastiaan van Stijn
|
0f871f8cb7
api/types/events: define "Action" type and consts
|
1 year ago |
Sebastiaan van Stijn
|
b71951c70c
container: format code with gofumpt
|
1 year ago |
Brian Goff
|
74da6a6363
Switch all logging to use containerd log pkg
|
2 years ago |
Sebastiaan van Stijn
|
ab35df454d
remove pre-go1.17 build-tags
|
2 years ago |
Eng Zer Jun
|
c55a4ac779
refactor: move from io/ioutil to io and os package
|
3 years ago |
Sebastiaan van Stijn
|
686be57d0a
Update to Go 1.17.0, and gofmt with Go 1.17
|
3 years ago |
Sebastiaan van Stijn
|
e53f65a916
pkg/signal: remove DefaultStopSignal const
|
3 years ago |
Sebastiaan van Stijn
|
3b316814f9
container: un-export DefaultStopTimeout
|
3 years ago |
Sebastiaan van Stijn
|
300c11c7c9
volume/mounts: remove "containerOS" argument from NewParser (LCOW code)
|
4 years ago |
Akihiro Suda
|
9303376242
Swarm config: use absolute paths for mount destination strings
|
4 years ago |
Sebastiaan van Stijn
|
49f8a4224c
SELinux: fix ENOTSUP errors not being detected when relabeling
|
5 years ago |
Sebastiaan van Stijn
|
07d60bc257
Replace errors.Cause() with errors.Is() / errors.As()
|
5 years ago |
Kir Kolyshkin
|
39048cf656
Really switch to moby/sys/mount*
|
5 years ago |
Sebastiaan van Stijn
|
060f387c0b
Fix "no such file or directory" warning when unmounting IPC mount
|
6 years ago |
Justin Cormack
|
2df693e533
Entropy cannot be saved
|
6 years ago |
Sebastiaan van Stijn
|
20dde01848
Move EnableServiceDiscoveryOnDefaultNetwork to container-operations
|
6 years ago |
Sunny Gogoi
|
74eb258ffb
Add pids-limit support in docker update
|
8 years ago |
Sebastiaan van Stijn
|
d69968d6d3
Fix missing import
|
6 years ago |
Vincent Demeester
|
f34727f704
Merge pull request #38316 from dmandalidis/xattr-fix
|
6 years ago |
Dimitris Mandalidis
|
d0192ae154
Ignore xattr ENOTSUP errors on copy (fixes #38155)
|
6 years ago |
Kir Kolyshkin
|
6533136961
pkg/mount: wrap mount/umount errors
|
6 years ago |
Kir Kolyshkin
|
77bc327e24
UnmountIpcMount: simplify
|
6 years ago |
Omri Shiv
|
fe1083d462
fix typo
|
6 years ago |
Sebastiaan van Stijn
|
5037c5a8ce
Merge pull request #36688 from cpuguy83/volumes_service
|
7 years ago |
Brian Goff
|
b85799b63f
Merge pull request #36874 from kolyshkin/stop-timeout
|
7 years ago |
Brian Goff
|
e4b6adc88e
Extract volume interaction to a volumes service
|
7 years ago |
Brian Goff
|
d6558ad6a4
Use mount package to unmount container stuff
|
7 years ago |
Kir Kolyshkin
|
69b4fe4065
daemon.ContainerStop(): fix for a negative timeout
|
7 years ago |
Brian Goff
|
6a70fd222b
Move mount parsing to separate package.
|
7 years ago |