duckietown / duckietown-shell

Other
3 stars 6 forks source link

DIND is not compatible with GUI tools #32

Open breandan opened 6 years ago

breandan commented 6 years ago

Since xhost + cannot be run inside a container, for GUI tools to work with DIND, we need to either:

  1. Run xhost before launching the container, modifying the Docker instructions, or
  2. Use a safer way, by sharing the appropriate volumes with Docker (preferable).