Skip to content

v5.3.3

Compare
Choose a tag to compare
@mviereck mviereck released this 17 Nov 11:15
· 1033 commits to master since this release

5.3.3 - 2018-11-17

Added

  • -i, --interactive: New option to run with an interactive TTY. (#87)
  • -t, --tty: Replaces --nothing. Run no X server, TTY only.
    Allows -ti similar to often used docker run -ti.
  • -q, --quiet: Replaces --silent. Suppress x11docker messages.

Deprecated

  • --silent: Use --quiet instead.
  • --nothing: Use --tty instead.
  • --stdout: stdout is always displayed now.
  • --stderr: stderr is always displayed now.
  • -Q: stdout and stderr are always displayed now.

Fixed

  • --webcam: Share /run/udev/data to provide device information for cheese and gnome-ring.
    (#86) (#75)
  • --sysvinit: fixed startup failure due to missing container user name.