diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4cad0..d3d64b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,7 @@ + dependencies updated, [e301b51891e03ea40b2f904583119da3bc4daf53] ### Features -+ Docker exec mode, closes #28, [c8077bca0b673478cfbb417e677a885136ba9eff] - -You are now able to attempt to exec into a container by pressing the `e` key. This just pipes `docker exec -it [id] sh` into the oxker view. -As such, the DockerImage now needs docker installed, so the runtime step has switched from scratch to Alpine. Using a multistage build has reduced the size, but the docker image -has now grown from ~1.5mb to ~11.5mb. It is possible to use the Rust [bollard](https://github.com/fussybeaver/bollard) library to enable this functionality in *pure* Rust, -but so far there are multiple issues with this approach - see the feat/tty branch for the current attempt. ++ Docker exec mode - you are now able to attempt to exec into a container by pressing the `e` key - closes #28, [c8077bca0b673478cfbb417e677a885136ba9eff], [0e5ee143b008c9d0ee0b681231a1568be227150b] ### Fixes + `as_ref()` fixed, thanks [Daniel-Boll](https://github.com/Daniel-Boll), [0e06c9c172629dc7f7e7766f5372da9466e786d8]