summaryrefslogtreecommitdiffstats
path: root/src/builder.rs
AgeCommit message (Expand)Author
2018-05-20support for --network= during buildChris West (Faux)
2017-09-10Fix: Filter on multiples events of the same typeJacob Zak
2017-09-09code style enforcementsoftprops
2017-06-25apply rustfmtsoftprops
2017-06-25replace all uses of try with ?. fixes #42softprops
2017-06-02Merge pull request #61 from Joxit/ExecContainerdoug tangren
2017-05-06[ExecContainer] exec can now return stdout and stderr #50Joxit
2017-05-02Added an option for setting restart policyTim Martin
2017-05-02Modified the tests to use raw string literalsTim Martin
2017-04-24Add support for setting the log driver for a containerTim Martin
2017-04-03Add support for docker networksAlexander Kirillov
2017-01-31[ExecContainer] Add env option for exec command and update exampleJoxit
2017-01-29[ExecContainer] Add function to exec commands in containers.Joxit
2017-01-14Merge pull request #37 from shulcsm/container-namedoug tangren
2017-01-14Add support for devices to ContinaerOptionsZach Blankenship
2017-01-14Handle object arrays for ContainerOptionsZach Blankenship
2017-01-13Implement container naming.Mārtiņš Šulcs
2017-01-04Add CapAdd to ContainerOptionsBuilderZach Blankenship
2016-11-10fix volume parameterGreg Weber
2016-09-24[ContainerOptions] add more options for container creationJoxit
2016-07-05enum the event filter typesGreg Weber
2016-07-05add the events filters parameterGreg Weber
2016-07-01add a container deletion api that takes optionsGreg Weber
2016-01-18rust fmtsoftprops
2016-01-18document some expectationssoftprops
2016-01-18cleanupsoftprops
2016-01-18massive progresssoftprops
2016-01-15wip for image buildingsoftprops
2016-01-03container create should following the same pattern as other methods that take...softprops
2016-01-03rustfmtsoftprops
2016-01-03implement image list optionssoftprops
2016-01-03add log and top optionssoftprops
2016-01-03migrate builder interfaces into interfaces that just build options to improve...softprops
2016-01-03impl container filtersoftprops
2016-01-03can not move out of a borrowed ctxsoftprops
2016-01-03less unwrappingsoftprops
2016-01-03better error repsoftprops
2016-01-03properly form encode paramssoftprops
2016-01-03improve builder interfacesoftprops
2016-01-03most things don't require mutsoftprops
2016-01-03rustfmtsoftprops
2015-08-08update depssoftprops
2015-06-26container list buildersoftprops
2015-05-22parens not neededsoftprops
2015-05-10builder for events streamsoftprops
2015-04-30docssoftprops
2015-04-30container createsoftprops
2015-04-30posts have optional bodiessoftprops
2015-04-30start working on builder interfacesoftprops