mirror of
https://github.com/jcwimer/openstack-exporter
synced 2026-03-25 01:44:43 +00:00
Added instance deploy metrics and horizon selenium metrics
This commit is contained in:
9
docker-entrypoint.sh
Normal file
9
docker-entrypoint.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
export DISPLAY=:99
|
||||
export DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||
echo "Starting X virtual framebuffer (Xvfb) in background..."
|
||||
Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 &
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user