Run dinaip from Dinahosting SL in any docker-compatible machine
- Based on Debian Bookworm: vrdominguez/dinaip:latest
- Based on Alpine Linux: vrdominguez/dinaip:alpine
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
Launch the dinaip command in docker container with
docker exec -ti container_name_or_id dinaip -a mydomain.com:subdomain
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