Skip to content

vrdominguez/dinaip-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for dinaip

Run dinaip from Dinahosting SL in any docker-compatible machine

Availiable tags

Usage

Start the service

Launch the docker as a daemon with

docker run -d -e DHUSER=mydinahostinguser -e DHPASS=mydinahostingpass -v /your/local/dir/for/config:/var/persistent vrdominguez/dinaip

Add a new zone to update

Launch the dinaip command in docker container with

docker exec -ti container_name_or_id dinaip -a mydomain.com:subdomain

Stop dinaip service

To stop dinaip and preserve configuration you must use the command:

docker exec -ti container_name_or_id dinaip -d

WARNING: With docker stop you will miss your configuration

About

Run dinaip-console inside a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published