summaryrefslogtreecommitdiff
path: root/container
Commit message (Expand)AuthorAgeFilesLines
* container: split security options to a SecurityOptions structSebastiaan van Stijn2023-04-291-10/+15
* Resolve and store manifest when creating containerLaura Brehm2023-03-061-0/+2
* Merge pull request #42264 from thaJeztah/update_the_updateSebastiaan van Stijn2023-01-101-9/+3
|\
| * restartmanager: remove RestartManager interfaceSebastiaan van Stijn2022-12-281-2/+2
| * restartmanager: add SetPolicy() to the RestartManager interfaceSebastiaan van Stijn2022-12-281-7/+1
* | Merge pull request #43787 from thaJeztah/memdb_nitsBrian Goff2023-01-061-57/+25
|\ \ | |/ |/|
| * container: ViewDB: use logrus.WithError()Sebastiaan van Stijn2022-12-081-2/+2
| * container: ViewDB: return typed system errorsSebastiaan van Stijn2022-12-081-6/+6
| * container: ViewDB: GetByPrefix() return typed errorsSebastiaan van Stijn2022-12-081-18/+3
| * container: ViewDB: use errdefs for non-existing containersSebastiaan van Stijn2022-12-081-16/+3
| * container: use const for null-terminatorSebastiaan van Stijn2022-12-081-15/+11
* | pkg/ioutils: TempDir: move to pkg/longpathSebastiaan van Stijn2022-12-201-6/+2
* | pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archiveSebastiaan van Stijn2022-11-291-3/+2
* | pkg/system: deprecate DefaultPathEnv, move to ociSebastiaan van Stijn2022-11-291-2/+2
|/
* container: make path resolution fns Windows-onlyCory Snider2022-10-271-1/+1
* pkg/containerfs: drop ContainerFS type aliasCory Snider2022-09-231-4/+4
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-232-3/+3
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-232-10/+9
* pkg/containerfs: drop Driver abstractionCory Snider2022-09-231-1/+1
* pkg/containerfs: drop PathDriver abstractionCory Snider2022-09-231-10/+8
* pkg/containerfs: make ResolveScopedPath a free fnCory Snider2022-09-231-1/+1
* container: remove ViewDB and View interfaces, use concrete typesSebastiaan van Stijn2022-09-213-43/+26
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-244-9/+222
* Update container OOMKilled flag immediatelyCory Snider2022-08-242-5/+1
* state/Wait: Fix race when reading exit statusPaweł Gronowski2022-07-203-57/+88
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-8/+10
* Use hashicorp/go-memdb instead of truncindexDjordje Lukic2022-05-202-0/+366
* container: StopSignal(): return syscall.SignalSebastiaan van Stijn2022-05-052-4/+4
* Bump swarmkit to v2Cory Snider2022-04-211-1/+1
* Merge pull request #42574 from charlesxsh/fix-deadlock-1Tianon Gravi2021-12-011-1/+1
|\
| * fix potential goroutine leak by making channel non-blockingShihao Xia2021-08-261-1/+1
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-274-10/+6
* | Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* | pkg/signal: remove DefaultStopSignal constSebastiaan van Stijn2021-08-114-2/+8
* | container: un-export DefaultStopTimeoutSebastiaan van Stijn2021-08-114-7/+7
* | remove various LCOW bits (container, image, pkg/containerfs)Sebastiaan van Stijn2021-07-271-11/+5
* | Merge pull request #42616 from thaJeztah/migrate_pkg_signalBrian Goff2021-07-262-2/+2
|\ \
| * | replace pkg/signal with moby/sys/signal v0.5.0Sebastiaan van Stijn2021-07-232-2/+2
| |/
* | volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-022-8/+4
|/
* Remove LCOW code (step 1)Sebastiaan van Stijn2021-06-031-1/+1
* Swarm config: use absolute paths for mount destination stringsAkihiro Suda2021-05-113-2/+15
* container: minor cleanup/refactorSebastiaan van Stijn2020-11-101-8/+9
* container: make hostconfig.json non-world-readable (0600)Sebastiaan van Stijn2020-11-101-1/+1
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* Merge pull request #40856 from cpuguy83/reduce_allocs_on_env_repalceBrian Goff2020-05-123-12/+69
|\
| * Use strings.Index instead of strings.SplitBrian Goff2020-04-243-12/+69
* | SELinux: fix ENOTSUP errors not being detected when relabelingSebastiaan van Stijn2020-05-101-2/+1
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-2/+2
|/
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1