To build a Docker image for your site, you'll need to create a Dockerfile. For example, if your site is in a directory called website/, you could create this Dockerfile:
FROM elarasu/weave-nginx
COPY website/ /var/www
CMD 'nginx'
The nginx.conf and mime.types are pulled with slight modifications from the h5bp Nginx HTTP server boilerplate configs project at https://github.com/h5bp/server-configs-nginx
Content type
Image
Digest
sha256:6356fcbf2…
Size
77.4 MB
Last updated
about 10 years ago
docker pull elarasu/weave-nginx