v5.5.1
5.5.1 - 2019-03-18
Deprecated
--ps
: Preserved cache and container. No replacement.
Changed
--lang[=LOCALE]
: Argument LOCALE is optional now. Note that=
is
mandatory now. Use--lang=ru
instead of--lang ru
.
--lang
without an argument sets$LANG
from host.
Fixed
- Fix for host user check after multiple
su
. --entrypoint env
instead of--entrypoint /usr/bin/env
.
Some systems have/bin/env
instead.