diff --git a/README.md b/README.md index 1a9a1de..3332d27 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,9 @@ A bunch of test cases exist under [`test`](test/). To run them: docker-compose stop && docker-compose rm -f && docker-compose build && docker-compose up Some cases may need secrets available in the environment, e.g. for S3 uploads to work. + +## Building + +New images can be conveniently built on [Docker Hub](https://hub.docker.com/r/futurice/docker-volume-backup/~/settings/automated-builds/). Use the "Trigger" button with a tag name, for example: + +![Docker Hub build](doc/docker-hub-build.png) diff --git a/doc/docker-hub-build.png b/doc/docker-hub-build.png new file mode 100644 index 0000000..df320e9 Binary files /dev/null and b/doc/docker-hub-build.png differ