-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Dear jacknlliu
Thank You for opensourcing this great dockerfile.
I was trying to run it and obtained the following error. May I, please ask You to help me resolving this issue?
I followed instructions from dockerhub
-
docker pull jacknlliu/ros:kinetic-ide-init
-
xhost +
-
docker run --privileged
--security-opt label=disable
--security-opt seccomp=unconfined
--env="DISPLAY" --env QT_X11_NO_MITSHM=1
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw"
--volume="/home/1/Workspace:/data:rw"
--volume="/home/1/Workspace/gazebo_models:/home/ros/.gazebo/models:rw"
--name="ros_kinetic"
jacknlliu/ros:kinetic-ide-init terminator
Tips: if you use NVIDIA video cards, you should install NVIDIA video driver for 3D graphics support!
WARNING: Configuration file format is newer than the current version, please specify the current version number (3.5) in the @Version directive. syslog-ng will operate at its highest supported version in this mode;
Sep 4 00:07:36 c913db85046c syslog-ng[50]: syslog-ng starting up; version='3.5.6'
Sep 4 00:07:37 c913db85046c syslog-ng[50]: EOF on control channel, closing connection;
Sep 4 00:07:37 c913db85046c cron[62]: (CRON) INFO (pidfile fd = 3)
Sep 4 00:07:37 c913db85046c cron[62]: (CRON) INFO (Running @reboot jobs)
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
You need to run terminator in an X environment. Make sure $DISPLAY is properly set
Sep 4 00:07:38 c913db85046c syslog-ng[50]: syslog-ng shutting down; version='3.5.6'
Sep 4 00:07:38 c913db85046c syslog-ng[50]: EOF on control channel, closing connection;