added some docker configs

This commit is contained in:
Tobias Kessels
2018-03-09 12:15:57 +01:00
parent af82f06da9
commit f6d66c8106
5 changed files with 25 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
docker build -f firefox.dockerfile . -t firefox
docker run -d --rm -p 5900:5900 --name firefox_vnc -e HOME=/ firefox x11vnc -forever -create
sleep 5
vncviewer localhost
docker stop firefox_vnc