golang-webkit
golang-webkit copied to clipboard
Docker image for go, gtk, go-webkit2 and webloop (headless browser)
rverton/golang-webkit
rverton/golang-webkit
is a docker image that offers ubuntu with gtk3, go-webkit2 and webloop bundled.
Usage
-
Create a Dockerfile in your golang application directory with the following content:
FROM rverton/golang-webkit
-
Build your container image by running the following command in your application directory:
docker build -t app .