Skip to content

rothgar/inadyn-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

inadyn container

Docker container for running inadyn

Compiled using debian and multi-stage build

Build

docker build -t inadyn .

Run with

Create a inadyn.conf file in the local directory. Use examples from the inadyn repo.

provider google {
    username = xxxxxxxxx
    password = xxxxxxxxx
    ssl      = true
    hostname = example.com
}

Then run the container with

docker run -d -v $PWD:/srv rothgar/inadyn:v2.2 /usr/local/bin/inadyn --foreground --config=/srv/inadyn.conf

About

Container for running inadyn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published