Docker Command

Docker Command


What I did and the result:

root@docker1:~# docker run -v $HOME/Documents:/home/vlc/Documents:rw -v /dev/snd:/dev/snd --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e uid=$(id -u) -e gid=$(id -g) -e DISPLAY=unix$DISPLAY --name vlc chrisdaish/vlc
groupmod: GID '0' already exists
usermod: UID '0' already exists
xcb_connection_has_error() returned true
[0x7aef18] pulse audio output error: PulseAudio server connection failure: Connection refused
[0x7b08d8] main interface error: no suitable interface module
[0x784148] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x7b08d8] dbus interface error: Failed to connect to the D-Bus session daemon: //bin/dbus-launch terminated abnormally without any error message
[0x7b08d8] main interface error: no suitable interface module
[0x784148] main libvlc error: interface "dbus,none" initialization failed
[0x784148] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7b08d8] qt4 interface error: Could not connect to X server
[0x7b08d8] skins2 interface error: cannot initialize OSFactory
VLC media player 2.1.6 Rincewind
[0x7b08d8] [cli] lua interface: Listening on host "*console".
[0x7b08d8] [cli] lua interface: Requested shutdown.
Command Line Interface initialized. Type `help' for help.
> Shutting down.

No comments:

Post a Comment