Estoy tratando de ejecutar contenedores Docker que requieren una GUI con Docker para Mac. Seguí esta guía , con macOS 10.12.3, Docker para Mac 17.03.0-ce y XQuartz 2.7.11.
Sin embargo, cuando ejecuto docker run -d --name firefox -e DISPLAY=$ip:0 -v /tmp/.X11-unix:/tmp/.X11-unix jess/firefox , no pasa nada y los docker logs dan la siguiendo,
(firefox:1): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast ExceptionHandler::GenerateDump cloned child 16 ExceptionHandler::SendContinueSignalToChild sent continue signal to child ExceptionHandler::WaitForContinueSignal waiting for continue signal...¿Alguien tiene experiencia con este problema? Lo he buscado en Internet y aún no he encontrado solución.
Gracias de antemano.