This repository was archived by the owner on Oct 26, 2019. It is now read-only.
v0.4.0
- [WIP] Read the docs
- Allow compatible dependency versions
- Add top command to list process inside a container
- Add changes call to docker api
- Add export call, to export a container into a tar stream
- Add logs and restart call to API
- Add kill call for containers
- Fix case when multiple json where readed in stream filter
- Fix regression in raw stream docker
- Fix race condition where script was too slow to terminate in tests
- Wait before getting logs
- Avoid array dereferencing because key might not exist
- add url to socket connection exception
- inspect: send back json data
- container inspect: send back json data
- add getVersion()
- getInfo() added in api_v1.16
- Implement search images
- Add DockerClient::createWithContext to convert stream context options array to resource
- Properly use sprintf
- Consistently use [] array syntax
- Move stream_context_create to constructor
- ImageManager::inspect(), use id and nom repo:tage to identify. Improve error string. Doc: correct return.
- Prefer the unique hash id for searching
- improve comment, code style
- move setId() from inspect() to find()
- add 2 empty lines
- inspect() header doc for container manager
- Remove reference to undefined/old StreamCallbackInterface Closes #74
- Fix tests
- Image Manager coding style
- Rename ImageManager::delete to ImageManager::remove to be more consistent with the Docker API
- Docs: Improve installation, add image pull, small changes
- Add boot2docker TLS enabled example config to docs
- Update link to Docker docs into README
- Change link to docker.com in README