diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-06-13 12:47:57 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-06-13 12:47:57 -0400 |
commit | 861a3b84a33c5bcb51549df1c2b7dc58aa518af2 (patch) | |
tree | f5e0b5705698c4ce9a09ee4ff159cb27dcefa595 /RELEASE_NOTES.md | |
parent | f8a84fdcff12fdc150bb303d0004d5ba0cd6087b (diff) | |
download | podman-861a3b84a33c5bcb51549df1c2b7dc58aa518af2.tar.gz podman-861a3b84a33c5bcb51549df1c2b7dc58aa518af2.tar.bz2 podman-861a3b84a33c5bcb51549df1c2b7dc58aa518af2.zip |
Update 1.4.0 release notes with ID -> Id in inspect
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 e36757edc..fbb6a78b0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,6 +22,7 @@ - Fixed a bug where `podman exec` would fail on older kernels ([#2968](https://github.com/containers/libpod/issues/2968)) ### Misc +- The `podman inspect` command on containers now uses the `Id` key (instead of `ID`) for the container's ID, for better compatability with the output of `docker inspect` - The `podman commit` command is now usable with the Podman remote client - The `--signature-policy` flag (used with several image-related commands) has been deprecated - The `podman unshare` command now defines two environment variables in the spawned shell: `CONTAINERS_RUNROOT` and `CONTAINERS_GRAPHROOT`, pointing to temporary and permanent storage for rootless containers |