From 69ced23f31b34320b683d78a95affbf8e54adf8b Mon Sep 17 00:00:00 2001 From: Alper Kanat Date: Sat, 23 Jan 2016 22:20:28 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d77479..137cf37 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,12 @@ Pick one of the options below using the following settings: ``` $ docker pull tunix/digitalocean-dyndns -$ docker run -d --name dyndns -e DIGITALOCEAN_TOKEN="your_token_here" -e DOMAIN="yourdomain.com" -e NAME="subdomain" -e SLEEP_INTERVAL=2 tunix/digitalocean-dyndns +$ docker run -d --name dyndns \ + -e DIGITALOCEAN_TOKEN="your_token_here" \ + -e DOMAIN="yourdomain.com" \ + -e NAME="subdomain" \ + -e SLEEP_INTERVAL=2 \ + tunix/digitalocean-dyndns ``` ### Manual From 6f635b5bea44729fdd73aeb20981c7c96f131586 Mon Sep 17 00:00:00 2001 From: Alper Kanat Date: Sat, 23 Jan 2016 22:23:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 137cf37..c4b4288 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dynamic DNS using DigitalOcean's DNS Services -A script that pushes the public IP address of the running machine to DigitalOcean's DNS API's. It requires an existing A record to update. +A script that pushes the public IP address of the running machine to DigitalOcean's DNS API's. It requires an existing A record to update. The resulting container image is roughly around 7 MB (thanks to Alpine Linux). ## Setup @@ -20,11 +20,11 @@ Pick one of the options below using the following settings: ``` $ docker pull tunix/digitalocean-dyndns $ docker run -d --name dyndns \ - -e DIGITALOCEAN_TOKEN="your_token_here" \ - -e DOMAIN="yourdomain.com" \ - -e NAME="subdomain" \ - -e SLEEP_INTERVAL=2 \ - tunix/digitalocean-dyndns + -e DIGITALOCEAN_TOKEN="your_token_here" \ + -e DOMAIN="yourdomain.com" \ + -e NAME="subdomain" \ + -e SLEEP_INTERVAL=2 \ + tunix/digitalocean-dyndns ``` ### Manual