diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-16 09:19:24 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-16 10:49:42 -0400 |
commit | 9b81b0dd59b93f7286681a0401be3afaed1651b3 (patch) | |
tree | 9d671afbdac08739f945fdaab5c4906aea8b7e74 /RELEASE_NOTES.md | |
parent | bffa2189ba69c5acd9555fee28d8404b4d806537 (diff) | |
download | podman-9b81b0dd59b93f7286681a0401be3afaed1651b3.tar.gz podman-9b81b0dd59b93f7286681a0401be3afaed1651b3.tar.bz2 podman-9b81b0dd59b93f7286681a0401be3afaed1651b3.zip |
More release notes
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b41714d45..109b61862 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,7 @@ ### Features - The `podman cp` command can now read input redirected to `STDIN`, and output to `STDOUT` instead of a file, using `-` instead of an argument. - The Podman remote client now displays version information from both the client and server in `podman version` +- The `podman unshare` command has been added, allowing easy entry into the user namespace set up by rootless Podman (allowing the removal of files created by rootless Podman, among other things) ### Bugfixes - Fixed a bug where Podman containers with the `--rm` flag were removing created volumes when they were automatically removed ([#3071](https://github.com/containers/libpod/issues/3071)) |