aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-13 09:48:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-13 09:48:18 +0200
commit65fe5cb5c88beabf6c045f20738af71c8d0e38ec (patch)
treea87bed5395a4d7a5ad104202be12b6cf0181c841 /README.md
parentd3bbba263d4bfce087181d3cdb40fe8c89177624 (diff)
downloadfeed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.tar.gz
feed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.tar.bz2
feed2imap-go-65fe5cb5c88beabf6c045f20738af71c8d0e38ec.zip
Publish docker images also at Docker Hub.
Closes #15.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22a8aa7..4ba089d 100644
--- a/README.md
+++ b/README.md
@@ -92,12 +92,12 @@ and b) the update process is not clear, especially regarding the dependencies.
### Run in docker
-Most times, putting feed2imap-go somewhere and adding a cron job does everything you need. For the times where it isn't, we provide docker containers for your convenience at [Github Packages](https://github.com/Necoro/feed2imap-go/packages).
+Most times, putting feed2imap-go somewhere and adding a cron job does everything you need. For the times where it isn't, we provide docker containers for your convenience at [Github Packages](https://github.com/Necoro/feed2imap-go/packages) and at [Docker Hub](https://hub.docker.com/r/necorodm/feed2imap-go).
The container is configured to expect both config file and cache under `/app/data/`, thus needs it mounted there.
When both are stored in `~/feed`, you can do:
````bash
-docker run -v ~/feed:/app/data docker.pkg.github.com/necoro/feed2imap-go/feed2imap-go:latest
+docker run -v ~/feed:/app/data necorodm/feed2imap-go:latest
````
Alternatively, build the docker image yourself (requires the `feed2imap-go` binary at toplevel):