summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2021-03-08Split up builder.rsEli W. Hunter
2021-02-20Fix lifetimes (#272)Eli W. Hunter
2021-02-08Add services api (#263)Wojciech Kępka
2021-02-06Simplify api, get rid of unnecessary lifetimes (#252)Wojciech Kępka
2021-02-06Add Exec struct for easier manipulation of exec instances (#251)Wojciech Kępka
2020-07-23Async/Await Support (continuation of #191) (#229)Eli W. Hunter
2019-12-26Expand rep::Version (#212)Colvin Wellborn
2019-12-10Replace invalid example in README with cargo example (#207)Thomas Eizinger
2019-09-17Remove extra semicolon to fix cargo fmt --all -- --check (#195)Atul Bhosale
2019-09-14feat: use chrono to deserialize date times (#190)Marc Schreiber
2019-08-10Added function to tag an image (#187)MHamill98
2019-05-17Add import functionality (#165)Keir Lawson
2019-05-17Switch path type requirement to make more ergonomic (#168)Keir Lawson
2019-03-30Add a registry authentication. (#157)Anton Ageev
2019-02-25Apply rust format to fix CI checks (#153)Marc Schreiber
2019-02-23Copy a byte slice as file into a container (#151)Marc Schreiber
2019-02-13Copy from container (#150)Andy Caldwell
2018-12-24render idsoftprops
2018-12-24maint detailssoftprops
2018-12-24update to 2018 edition (#141)doug tangren
2018-12-22Fix serialization of network commands and add ContainerConnectionOptionsBuild...Marc Schreiber
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-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-01Update log and flate2 cratesAntoine Büsch
2017-12-13Fix: logs options for exampleAlexander Kirillov
2017-09-09code style enforcementsoftprops
2017-06-25apply rustfmtsoftprops
2017-05-06[ExecContainer] exec can now return stdout and stderr #50Joxit
2017-04-12Merge pull request #51 from imamdigmi/masterdoug tangren
2017-04-03Add support for docker networksAlexander Kirillov
2017-02-17MODIFY: images exampleimam digmi
2017-01-31[ExecContainer] Add env option for exec command and update exampleJoxit
2017-01-29[ExecContainer] Add example for exec commandJoxit
2017-01-21Kill unused import warningsPete Hayes
2016-01-18cleanupsoftprops
2016-01-18rm tmp filesoftprops
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-03add debug loggingsoftprops
2016-01-03images should have labels... sometimessoftprops
2016-01-03more examplessoftprops
2016-01-03update changelogsoftprops
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