You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--pull [=ask|yes|no|always]: New option to allow/deny docker pull. (#109)
--limit[=FACTOR]: New option to restrict RAM and CPU usage.
--border: New option to draw a colored border into --xpra windows.
Helps to distinguish between host and container applications. (#91)
--xtest, --xcomposite: Experimental options to enable X extensions XTEST and COMPOSITE. Might be removed in later releases. (#117)
Changed
Copy /etc/skel/. in container to HOME if HOME is empty.
Changed shebang #! /bin/bash to #! /usr/bin/env bash for portability. (#83)
Allow interactive docker pull in terminal only. Do not start additional
X terminal. (#109)
Prefer starting terminal to ask for root password. Use additional X terminal
only as a fallback. (#109)
Fixed
API FIX: Preserve quoting in image command correctly.
Image commands like sh -c 'ls && pwd' previously failed.
Instead 'ls && pwd' sort of worked although it is weird.
Now sh -c 'ls && pwd' works as intended and 'ls && pwd' fails. (#112)