This project contains the complete installation for the latest version of G-WAN.
G-WAN 7.12.6 64-bit (Feb 8 2016 16:33:28)
docker build -t retailify/docker-gwan .
docker run -d -p 6070:80 -v /my/path/to/static/www:/opt/www retailify/docker-gwan
docker run -d -p 6070:80 -v /my/path/to/static/www:/opt/www -v /my/path/to/dynamic/csp:/opt/csp retailify/docker-gwan
The directory structure of G-WAN collides with the volume structure of Docker. So we created a symbolic link to the www directory. Furthermore you need to change your static file ownership to www-data:www-data. If you do not have www-data user and group, you can use the following command inside your volume mount.
chown -R 33:33 .