summaryrefslogtreecommitdiffstats
path: root/src/builder.rs
AgeCommit message (Expand)Author
2021-03-08Split up builder.rsEli W. Hunter
2021-02-21Fix `entrypoint` field in ContainerOptions (#269)Wojciech Kępka
2021-02-08Add services api (#263)Wojciech Kępka
2021-02-06Add Exec struct for easier manipulation of exec instances (#251)Wojciech Kępka
2021-01-23Add Stop{Signal,Timeout} to ContainerOptionsBuilder (#248)Eli W. Hunter
2021-01-12Fix X-Registry-Auth header (#245)Valentine Valyaeff
2021-01-10update gh actions ci and fix ci lint errors (#244)Doug Tangren
2021-01-09ContainerOptionsBuilder::env() should not get owned Vec (#237)Matthias Beyer
2020-07-28Add nano_cpus and memory_swap to ContainerOptions (#231)Eli W. Hunter
2020-03-19Specify user when creating container (#220)Tom Fay
2020-03-19appease clippy (#225)Colvin Wellborn
2020-03-19Fix formatting (#224)Colvin Wellborn
2020-01-04make image and container option builder interfaces consistent (#211)Colvin Wellborn
2019-12-26Update the ContainerOptionsBuilder with new publish all ports option (#215)Tyler Jones
2019-12-06port build to gh actions (#204)Doug Tangren
2019-10-13Add 'publish' method to expose a port (#198)Anthony Griffon
2019-09-14feat: use chrono to deserialize date times (#190)Marc Schreiber
2019-08-10Added function to tag an image (#187)MHamill98
2019-06-01Add WorkingDir container's option support (#175)Sergey Tsaplin
2019-05-17Add LogsOptionsBuilder::since() method (#169)Max Eliseev
2019-04-26Add explanative sentence for volumes option (#164)Keir Lawson
2019-04-21Added `ExposedPorts` mapping (#162)Graham Wihlidal
2019-03-30Add a registry authentication. (#157)Anton Ageev
2019-02-22Migrate serde dependency to use derive feature (#152)Vegard Sandengen
2019-02-13Copy from container (#150)Andy Caldwell
2019-01-21Add ContainerOptionsBuilder::privileged() (#149)Cyril Plisko
2019-01-08Support for Userns Mode (#147)Marc Schreiber
2018-12-24document images.pull behaviorsoftprops
2018-12-24update to 2018 edition (#141)doug tangren
2018-12-23update travis build (#140)doug tangren
2018-12-22Fix serialization of network commands and add ContainerConnectionOptionsBuild...Marc Schreiber
2018-12-22Support for setting CPU shares/memory for image builder (#134)Dylan McKay
2018-12-22Remove an unused type parameter from the 'nocache' function (#135)Dylan McKay
2018-12-22Support for AutoRemove flag (#137)Szymon Janota
2018-12-22feat: create, list, and delete volumes (#138)Marc Schreiber
2018-12-22Support interactive stdin/stdout streams (#136)Dylan McKay
2018-11-14Async api (#128)Antoine Büsch
2018-10-17[OK] Expose port (#127)Nurrl
2018-10-13remove pub builder constructors (#125)doug tangren
2018-10-13rustfmtsoftprops
2018-10-10fix a number of clippy warnings (#122)doug tangren
2018-10-08try to get a consistent and repeatable codestyle goingsoftprops
2018-10-07Rename fields from rep structs to use snake caseAntoine Büsch
2018-10-01Clean-up imports and dependenciesAntoine Büsch
2018-10-01Fix testsAntoine Büsch
2018-10-01Migrate to serde_jsonAntoine Büsch
2018-09-29Merge branch 'master' into update-to-hyper-0.12Antoine Büsch
2018-08-07Update to Hyper 0.12Dylan McKay
2018-07-18feat: support --memoryMarc Schreiber
2018-07-06Merge pull request #76 from FauxFaux/build-networkdoug tangren