Skip to content

Leoyzen/docker-smartdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origin Project

https://pymumu.github.io/smartdns/

Usage

docker create --name=smartdns \
-v <path to config>:/config \
-e TZ=<timezone> \
-p 53:53 -p 53:53/udp \
leoyzen/smartdns

User / Group Identifiers

Sometimes when using data volumes (-v flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID and group PGID. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.

In this instance PUID=1001 and PGID=1001. To find yours use id user as below:

  $ id <dockeruser>
    uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)

Versions

  • 0.0.1: Rebase to alpine linux 3.8.

About

Docker of smartdns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published