Skip to content

Releases: JeanVydes/docker-engine-api-wrapper

0.1.5

28 Jan 07:21
Compare
Choose a tag to compare
  • Fix a big error parsing errors messages from responses that don't have bodies
  • Removing client.[container methods] in favor of client.containers.[container methods]
  • NEW Methods
    • update_container
    • rename_container
    • delete_stopped_containers

Note: planning remove _container/s from all ContainersService methods names

0.1.4

26 Jan 21:00
Compare
Choose a tag to compare
  • 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 as start_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

0.1.0

25 Jan 03:53
e89efa3
Compare
Choose a tag to compare

Features!

  • Fetch Containers
  • Create Container