1
0
mirror of https://github.com/wingrunr21/iodine-docker synced 2024-12-19 17:12:30 -05:00
iodine-docker/README.md

15 lines
602 B
Markdown
Raw Normal View History

2015-01-21 11:44:46 -05:00
# iodine-docker
Docker image for [Iodine](http://code.kryo.se/iodine/). Originally based on the
Dockerfile from [FiloSottile](https://github.com/FiloSottile/Dockerfiles/tree/master/iodine)
2015-01-21 11:44:46 -05:00
## Usage
2015-07-08 16:25:12 -04:00
docker pull wingrunr21/iodine-docker
2015-11-18 14:35:27 -05:00
docker run -d --privileged -p 53:53/udp -e IODINE_HOST=t.example.com -e IODINE_PASSWORD=1234password wingrunr21/iodine-docker
2015-01-21 11:44:46 -05:00
### Environment Variables
* `IODINE_HOST` - the domain where your iodine server is running
* `IODINE_PASSWORD` - the password for your iodine server
* `IODINE_TUNNEL_IP` - the server tunnel ip. Optional and defaults to 10.0.0.1.