Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefaniuk/docker-dnsomatic
Easily announce your new IP address to the world
https://github.com/stefaniuk/docker-dnsomatic
dnsomatic docker-application docker-image opendns
Last synced: about 2 months ago
JSON representation
Easily announce your new IP address to the world
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-dnsomatic
- Owner: stefaniuk
- Created: 2016-08-22T21:15:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T18:03:39.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T07:49:25.032Z (9 months ago)
- Topics: dnsomatic, docker-application, docker-image, opendns
- Language: Makefile
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/codeworksio/docker-dnsomatic.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-dnsomatic) [![Size](https://images.microbadger.com/badges/image/codeworksio/dnsomatic.svg)](http://microbadger.com/images/codeworksio/dnsomatic) [![Version](https://images.microbadger.com/badges/version/codeworksio/dnsomatic.svg)](http://microbadger.com/images/codeworksio/dnsomatic) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/dnsomatic.svg)](http://microbadger.com/images/codeworksio/dnsomatic) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/dnsomatic.svg)](https://hub.docker.com/r/codeworksio/dnsomatic/)
Docker DNS-O-Matic
==================Easily announce your new IP address to the world.
Installation
------------Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/dnsomatic/) where you can download from the latest stable image.
docker pull codeworksio/dnsomatic
Alternatively you can build the image yourself.
docker build --tag codeworksio/dnsomatic \
github.com/codeworksio/docker-dnsomaticQuickstart
----------Start container using:
docker run --detach --restart always \
--name dnsomatic \
--hostname dnsomatic \
--env "DNSOMATIC_USERNAME=username" \
--env "DNSOMATIC_PASSWORD=password" \
codeworksio/dnsomaticSee
---* [DNS-O-Matic API](https://www.dnsomatic.com/wiki/api)