Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ rpi-noip is a docker image of the official [no-ip](http://www.noip.com/) Dynamic

1. Setup an account in www.noip.com

2. Run `docker run -ti -v "noip:/usr/local/etc/" hypriot/rpi-noip noip2 -C`
2. Create a folder in / named noip, for example, `cd / ; sudo mkdir noip`

This step will ask for your noip credentials and generate the necessary configuration for your container to run
3. Run `sudo docker run -ti -v "/noip:/usr/local/etc/" hypriot/rpi-noip noip2 -C`

3. Run `docker run -v "noip:/usr/local/etc/" -d --restart=always hypriot/rpi-noip`
This step will ask for your noip credentials and generate the necessary configuration for your container to run. The configuration file will be persisted in the /noip folder.

4. Run `sudo docker run -d -v "/noip:/usr/local/etc/" --restart=always hypriot/rpi-noip`

This will start your noip container daemon and it will restart it even if you restart your pi, now you can access your
device anywhere in the world as it will update the DNS automatically
Expand Down