Skip to content

Commit 93009a9

Browse files
Merge pull request #19151 from lsm5/v4.6-podmansh-tech-preview
[CI:DOCS] tag podmansh as tech preview in RELEASE_NOTES.md
2 parents 932b8a9 + e4cf2af commit 93009a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- The `podman machine start` command, when run with `--log-level=debug`, now creates a console window to display the virtual machine while booting.
88
- Podman now supports a new option, `--imagestore`, which allows images to be stored in a different directory than the graphroot.
99
- The `--ip-range` option to the `podman network create` command now accepts a new syntax, `<startIP>-<endIP>`, which allows more flexibility when limiting the ip range that Podman assigns.
10-
- A new command, `podmansh`, has been added, which executes a user shell within a container when the user logs into the system. The container that the users get added to can be defined via a Podman Quadlet file.
10+
- [Tech Preview] A new command, `podmansh`, has been added, which executes a user shell within a container when the user logs into the system. The container that the users get added to can be defined via a Podman Quadlet file. This feature is currently a `Tech Preview` which means it's ready for users to try out but changes can be expected in upcoming versions.
1111
- The `podman network create` command supports a new `--option`, `bclim`, for the `macvlan` driver.
1212
- The `podman info` command now prints network information about the binary path, package version, program version and DNS information ([#18443](https://github.com/containers/podman/issues/18443)).
1313
- The `podman info` command now displays the number of free locks available, helping to debug lock exhaustion scenarios.

docs/source/markdown/podmansh.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The user is confined to the container environment via all of the security mechan
1818

1919
Systemd will automatically create the container when the user session is started. Systemd will take down the container when all connections to the user session are removed. This means users can log in to the system multiple times, with each session connected to the same container.
2020

21+
NOTE: This feature is currently a Tech Preview. Changes can be expected in upcoming versions.
22+
2123
## Setup
2224
Modify user login session using usermod
2325

0 commit comments

Comments
 (0)