summaryrefslogtreecommitdiff
path: root/container/container.go
Commit message (Expand)AuthorAgeFilesLines
* Swarm config: use absolute paths for mount destination stringsAkihiro Suda2021-05-181-0/+11
* replace pkg/symlink with github.com/moby/sys/symlinkSebastiaan van Stijn2020-11-031-1/+1
* Use strings.Index instead of strings.SplitBrian Goff2020-04-241-5/+13
* Support configuration of log cacher.Brian Goff2020-02-191-11/+14
* Support reads for all log drivers.Brian Goff2020-02-191-2/+24
* Remove refs to jhowardmsft from .go codeJohn Howard2019-09-251-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Handle blocked I/O of exec'd processesMichael Crosby2019-06-211-1/+1
* Merge pull request #37092 from cpuguy83/local_loggerSebastiaan van Stijn2018-08-201-1/+17
|\
| * Add new `local` log driverBrian Goff2018-08-171-1/+17
* | Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-2/+2
|/
* Move network operations out of container packageBrian Goff2018-05-101-376/+1
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Move mount parsing to separate package.Brian Goff2018-04-191-4/+5
* container.BaseFS: check for nil before derefKir Kolyshkin2018-03-131-0/+3
* Merge pull request #36272 from mnussbaum/36255-fix_log_pathBrian Goff2018-02-271-6/+3
|\
| * Fix empty LogPath with non-blocking logging modejunzhe and mnussbaum2018-02-201-6/+3
* | Merge configs/secrets in unix implementationBrian Goff2018-02-161-33/+1
* | Store configs that contain secrets on tmpfsAaron Lehmann2018-02-161-1/+18
|/
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Make container resource mounts unbindableBrian Goff2018-01-161-8/+21
* Remove libcontainerd.IOPipeDaniel Nephin2018-01-091-2/+1
* Update daemon code for containerd API changesMichael Crosby2017-11-301-7/+7
* Increase container default shutdown timeout on WindowsDarren Stahl2017-10-231-5/+0
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-3/+34
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-13/+12
* Merge pull request #34252 from Microsoft/akagup/lcow-remotefs-sandboxVictor Vieux2017-09-151-8/+7
|\
| * LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-8/+7
* | Volume refactoring for LCOWSimon Ferquel2017-09-141-1/+6
|/
* Add interfacer linterDaniel Nephin2017-08-241-2/+6
* LCOW: WORKDIR correct handlingJohn Howard2017-08-171-1/+6
* Remove string checking in API error handlingBrian Goff2017-08-151-8/+9
* chmod config.v2.json to 0600yangshukui2017-08-071-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Fixing issue with driver opt not passed to driversAbhinandan Prativadi2017-07-191-3/+3
* Include Endpoint List for Shared EndpointsMadhan Raj Mookkandy2017-07-061-1/+2
* LCOW: Fix nits from 33241John Howard2017-06-271-4/+3
* avoid re-reading json files when copying containersFabio Kung2017-06-231-20/+46
* only Daemon.load needs to call label.ReserveLabelFabio Kung2017-06-231-4/+0
* save deep copies of Container in the replica storeFabio Kung2017-06-231-18/+4
* Move checkpointing to the Container objectFabio Kung2017-06-231-0/+15
* LCOW: OCI Spec and Environment for container startJohn Howard2017-06-201-0/+29
* LCOW: Add platform to container, init on FromDisk()John Howard2017-06-201-0/+9
* LCOW: Remove CommonContainer - just ContainerJohn Howard2017-06-201-12/+21
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-2/+2
* Adding network specific options to service create/updateAbhinandan Prativadi2017-05-171-0/+8
* Add config support to executor backendAaron Lehmann2017-05-111-1/+13
* Use "local" secret paths based on the secretIDAaron Lehmann2017-05-101-2/+3
* support custom paths for secretsEvan Hazlett2017-05-101-0/+17
* Merge pull request #32909 from cpuguy83/32907_volume_unmount_on_cpSebastiaan van Stijn2017-05-091-13/+12
|\