0.1.4
- Package added to crates.io as docker_engine_api
- Optimization of methods
- Struct for easy access to methos inspect_container
- Added an EmptyOk
()
to functions that don't return anything on 200 OK response asstart_container
,stop_container
, etc... - Easy readable errors from Docker, go directly to you as string, more information.
- More methods:
resize_container
pause_container
unpause_container
wait_container