summaryrefslogtreecommitdiff
path: root/daemon/oci_linux_test.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: setupFakeDaemon(): add fakeImageServiceSebastiaan van Stijn2023-04-181-0/+9
* imageservice: Add context to various methodsNicolas De Loof2022-11-031-8/+9
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-2/+1
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-2/+0
* daemon.WithCommonOptions() fix detection of user-namespacesSebastiaan van Stijn2021-08-301-2/+14
* Merge pull request #40084 from thaJeztah/hostconfig_const_cleanupAkihiro Suda2021-08-281-2/+2
|\
| * api/types: hostconfig: define consts for IpcModeSebastiaan van Stijn2021-08-061-2/+2
* | refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
|/
* Fixup libnetwork lint errorsBrian Goff2021-06-011-1/+1
* Fix libnetwork importsBrian Goff2021-06-011-1/+1
* daemon/oci_linux_test: Skip privileged tests when non-rootArnaud Rebillout2020-12-151-0/+5
* Add default sysctls to allow ping sockets and privileged ports with no capabi...Justin Cormack2020-06-041-1/+39
* daemon: address some minor linting issues and nitsSebastiaan van Stijn2020-04-141-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* oci: add integration tests for kernel.domainname configurationAleksa Sarai2018-11-301-34/+82
* Fix typos in commentLihua Tang2018-09-071-1/+1
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* daemon.getSourceMount(): fix for / mount pointKir Kolyshkin2018-05-101-0/+14
* Automated migration usingDaniel Nephin2018-03-161-8/+8
* daemon/oci_linux_test: add TestIpcPrivateVsReadonlyKir Kolyshkin2018-03-081-0/+38
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Fix "duplicate mount point" when --tmpfs /dev/shm is usedKir Kolyshkin2017-11-201-0/+50